Home
last modified time | relevance | path

Searched refs:RANGE_FOR_SCOPE (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcp-tree.def304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
H A Dsemantics.c940 ? &RANGE_FOR_SCOPE (for_stmt) in finish_for_stmt()
974 RANGE_FOR_SCOPE (r) = scope; in begin_range_for_stmt()
H A Dcp-tree.h3995 #define RANGE_FOR_SCOPE(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 3) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
H A Dsemantics.c1067 ? &RANGE_FOR_SCOPE (for_stmt) in finish_for_stmt()
1101 RANGE_FOR_SCOPE (r) = scope; in begin_range_for_stmt()
H A Dcp-tree.h4905 #define RANGE_FOR_SCOPE(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 3) macro