ExtractFunctionArguments::SubtreeNeedsNormalization
Returns true if any function calls in the given subtree will need to be instrumented. (to extract function arguments).
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/ExtractFunctionArguments.h>
bool
SubtreeNeedsNormalization(SgNode* top);
Parameters
Name |
Description |
top |
This class represents the base class for all IR nodes within Sage III. |
Created with MrDocs