ExtractFunctionArguments::FunctionArgumentNeedsNormalization
Given the expression which is the argument to a function call, returns true if that expression should be pulled out into a temporary variable on a separate line. E.g. if the expression contains a function call, it needs to be normalized, while if it is a constant, there is no need to change it.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/ExtractFunctionArguments.h>
bool
FunctionArgumentNeedsNormalization(SgExpression* argument);
Parameters
Name |
Description |
argument |
This class represents the notion of an expression. Expressions |
Created with MrDocs