FunctionCallInfo
Stores a function call expression, along with associated information about its context.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>
struct FunctionCallInfo;
Enums
Name |
Description |
How a statement should be inserted. |
Member Functions
Name |
Description |
|
Construct from |
Data Members
Name |
Description |
The function call expression. |
|
How to insert the temporary variable declaration. |
|
When a variable is created to replace one of the arguments of this function, where should it be inserted? The declaration of the variable will occur right before this statement. |
Created with MrDocs