Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.def306 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
H A Dsemantics.c1122 ? &RANGE_FOR_SCOPE (for_stmt) in finish_for_stmt()
1178 RANGE_FOR_SCOPE (r) = scope; in begin_range_for_stmt()
H A Dcp-tree.h5126 #define RANGE_FOR_SCOPE(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 3) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.def307 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
H A Dsemantics.cc1388 ? &RANGE_FOR_SCOPE (for_stmt) in finish_for_stmt()
1449 RANGE_FOR_SCOPE (r) = scope; in begin_range_for_stmt()
H A DChangeLog-20114012 * cp-tree.h (FOR_SCOPE, RANGE_FOR_SCOPE): Define.
4015 (begin_range_for_stmt): Likewise, with RANGE_FOR_SCOPE.
H A Dcp-tree.h5357 #define RANGE_FOR_SCOPE(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 3) macro