Searched refs:RANGE_FOR_BODY (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | dump.cc | 288 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
|
| H A D | cp-tree.def | 307 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
|
| H A D | semantics.cc | 1382 RANGE_FOR_BODY (for_stmt) = do_poplevel (RANGE_FOR_BODY (for_stmt)); in finish_for_stmt() 1467 RANGE_FOR_BODY (range_for_stmt) = do_pushlevel (sk_block); in finish_range_for_decl()
|
| H A D | constexpr.cc | 8529 RECUR (RANGE_FOR_BODY (t)); in check_for_return_continue() 9051 if (!RECUR (RANGE_FOR_BODY (t), any)) in potential_constant_expression_1()
|
| H A D | cp-tree.h | 5356 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
|
| H A D | ChangeLog-2010 | 1519 * cp-tree.h (RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY): New.
|
| H A D | pt.cc | 18867 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | dump.c | 307 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
|
| H A D | cp-tree.def | 306 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
|
| H A D | semantics.c | 1116 RANGE_FOR_BODY (for_stmt) = do_poplevel (RANGE_FOR_BODY (for_stmt)); in finish_for_stmt() 1196 RANGE_FOR_BODY (range_for_stmt) = do_pushlevel (sk_block); in finish_range_for_decl()
|
| H A D | constexpr.c | 7591 RECUR (RANGE_FOR_BODY (t)); in check_for_return_continue() 8105 if (!RECUR (RANGE_FOR_BODY (t), any)) in potential_constant_expression_1()
|
| H A D | cp-tree.h | 5125 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
|
| H A D | pt.c | 18263 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()
|