Skip to content

FunctionCallInheritedAttribute::Unnamed enum

Is the current node inside a for loop or conditional expresion structure (not the body).

Synopsis

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

enum Unnamed enum;

Members

Name

INSIDE_FOR_INIT

INSIDE_FOR_TEST

INSIDE_FOR_INCREMENT

INSIDE_WHILE_CONDITION

INSIDE_DO_WHILE_CONDITION

IN_SAFE_PLACE

INSIDE_CONDITIONAL_EXP_TRUE_ARM

INSIDE_CONDITIONAL_EXP_FALSE_ARM

INSIDE_SHORT_CIRCUIT_EXP_RHS

Created with MrDocs