Searched refs:RANGE_FOR_SCOPE (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cp-tree.def | 306 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
|
| H A D | semantics.c | 1122 ? &RANGE_FOR_SCOPE (for_stmt) in finish_for_stmt() 1178 RANGE_FOR_SCOPE (r) = scope; in begin_range_for_stmt()
|
| H A D | cp-tree.h | 5126 #define RANGE_FOR_SCOPE(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 3) macro
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cp-tree.def | 307 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
|
| H A D | semantics.cc | 1388 ? &RANGE_FOR_SCOPE (for_stmt) in finish_for_stmt() 1449 RANGE_FOR_SCOPE (r) = scope; in begin_range_for_stmt()
|
| H A D | ChangeLog-2011 | 4012 * cp-tree.h (FOR_SCOPE, RANGE_FOR_SCOPE): Define. 4015 (begin_range_for_stmt): Likewise, with RANGE_FOR_SCOPE.
|
| H A D | cp-tree.h | 5357 #define RANGE_FOR_SCOPE(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 3) macro
|