Skip to content

FunctionCallInfo::InsertionMode

How a statement should be inserted.

Synopsis

Declared in <src/midend/programTransformation/extractFunctionArgumentsNormalization/functionEvaluationOrderTraversal.h>

Members

Name

Description

INSERT_BEFORE

Insert right before the given statement.

APPEND_SCOPE

Insert at the bottom of the scope defined by the given statement.

INVALID

Insert at the bottom of the scope defined by the given statement.

Created with MrDocs