Searched refs:RANGE_FOR_BODY (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | dump.c | 306 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
|
| HD | cp-tree.def | 304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
|
| HD | semantics.c | 1058 RANGE_FOR_BODY (for_stmt) = do_poplevel (RANGE_FOR_BODY (for_stmt)); in finish_for_stmt() 1116 RANGE_FOR_BODY (range_for_stmt) = do_pushlevel (sk_block); in finish_range_for_decl()
|
| HD | constexpr.c | 5664 if (!RECUR (RANGE_FOR_BODY (t), any)) in potential_constant_expression_1()
|
| HD | cp-tree.h | 4904 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
|
| HD | pt.c | 16840 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | dump.c | 461 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
|
| HD | cp-tree.def | 304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
|
| HD | semantics.c | 931 RANGE_FOR_BODY (for_stmt) = do_poplevel (RANGE_FOR_BODY (for_stmt)); in finish_for_stmt() 989 RANGE_FOR_BODY (range_for_stmt) = do_pushlevel (sk_block); in finish_range_for_decl()
|
| HD | cp-tree.h | 3994 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
|
| HD | pt.c | 12701 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()
|