Home
last modified time | relevance | path

Searched refs:RANGE_FOR_BODY (Results 1 – 11 of 11) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdump.c306 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
HDcp-tree.def304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
HDsemantics.c1058 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()
HDconstexpr.c5664 if (!RECUR (RANGE_FOR_BODY (t), any)) in potential_constant_expression_1()
HDcp-tree.h4904 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
HDpt.c16840 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdump.c461 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
HDcp-tree.def304 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, and RANGE_FOR_SCOPE,
HDsemantics.c931 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()
HDcp-tree.h3994 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
HDpt.c12701 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()