ExtractFunctionArguments::FunctionArgsNeedNormalization
Returns true if any of the arguments of the given function call will need to be extracted.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/ExtractFunctionArguments.h>
bool
FunctionArgsNeedNormalization(SgExprListExp* functionArgs);
Parameters
Name |
Description |
functionArgs |
This class represents the concept of a C and C++ expression list. |
Created with MrDocs