FunctionCallInfo::InsertionMode
How a statement should be inserted.
Synopsis
Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>
enum InsertionMode;
Members
Name |
Description |
|
Insert right before the given statement. |
|
Insert at the bottom of the scope defined by the given statement. |
|
Insert at the bottom of the scope defined by the given statement. |
Created with MrDocs