Searched refs:action_nesting_level (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dexcept.c110 int action_nesting_level = 0; variable
201 action_nesting_level++;
358 action_nesting_level--;
457 cleanup_chain = tree_cons (build_int_2 (action_nesting_level, 0),
H A Dch-tree.h84 extern int action_nesting_level;
89 /* For a LABEL_DECL: action_nesting_level of its target. */
H A Dparse.c114 /* The action_nesting_level of the current procedure body. */
1198 proc_action_level = action_nesting_level;
H A Ddecl.c3285 DECL_ACTION_NESTING_LEVEL (decl) = action_nesting_level;

Completed in 109 milliseconds