FunctionEvaluationOrderTraversal::GetFunctionCalls
Traverses the subtree of the given AST node and finds all function calls in functionâevaluation order.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>
static
std::pair<std::vector<FunctionCallInfo>, std::vector<FunctionCallInfo>>
GetFunctionCalls(SgNode* root);
Return Value
Struct holding two objects of arbitrary type.
Parameters
Name |
Description |
root |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs