Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddump.cc288 dump_child ("body", RANGE_FOR_BODY (t)); in cp_dump_tree()
Dcp-tree.def307 RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY, RANGE_FOR_SCOPE,
Dsemantics.cc1382 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()
Dconstexpr.cc8529 RECUR (RANGE_FOR_BODY (t)); in check_for_return_continue()
9051 if (!RECUR (RANGE_FOR_BODY (t), any)) in potential_constant_expression_1()
Dcp-tree.h5356 #define RANGE_FOR_BODY(NODE) TREE_OPERAND (RANGE_FOR_STMT_CHECK (NODE), 2) macro
DChangeLog-20101519 * cp-tree.h (RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY): New.
Dpt.cc18867 RECUR (RANGE_FOR_BODY (t)); in tsubst_expr()