Skip to content

FunctionEvaluationOrderTraversal::evaluateSynthesizedAttribute

Visits AST nodes in post‐order. This is function‐evaluation order.

Synopsis

Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>

virtual
bool
evaluateSynthesizedAttribute(
    SgNode* astNode,
    FunctionCallInheritedAttribute parentAttribute,
    SynthesizedAttributesList);

Parameters

Name

Description

astNode

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs