Home
last modified time | relevance | path

Searched refs:DO_STMT (Results 1 – 16 of 16) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog.apple449 * semantics.c (begin_do_stmt): DO_STMT nodes take an
659 DO_STMT.
665 DO_STMT.
671 (DO_STMT): Likewise.
HDdump.c432 case DO_STMT: in cp_dump_tree()
HDlex.c358 WHILE_STMT, DO_STMT, BREAK_STMT, in cxx_init() enumerator
HDcp-gimplify.c581 case DO_STMT: in cp_gimplify_expr()
HDcp-tree.def297 DEFTREECODE (DO_STMT, "do_stmt", tcc_statement, 4)
HDcxx-pretty-print.c1650 case DO_STMT: in pp_cxx_statement()
HDsemantics.c750 tree r = build_stmt (DO_STMT, NULL_TREE, NULL_TREE, attribs, NULL_TREE); in begin_do_stmt()
HDChangeLog5911 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
6060 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
6062 * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
6076 (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
6085 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
HDpt.c8626 case DO_STMT: in tsubst_expr()
HDChangeLog-2002789 and a DO_STMT.
HDChangeLog-20003029 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
/freebsd-11-stable/contrib/gcc/
HDChangeLog.apple837 * c-common.def (DO_STMT): Takes an extra argument.
HDChangeLog.tree-ssa16796 FOR_STMT and DO_STMT nodes.
18442 of COMPOUND_STMT, FOR_STMT, WHILE_STMT, DO_STMT, IF_STMT,
18687 Do not deal with FOR_STMT and DO_STMT trees separately.
HDChangeLog-200524774 * c-common.def: Move FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
24780 (c_common_stmt_codes): Remove FOR_STMT, WHILE_STMT, DO_STMT,
24794 DO_STMT, SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
24802 CONTINUE_STMT, DO_STMT, FOR_STMT, SWITCH_STMT, and WHILE_STMT.
HDChangeLog-200015983 COMPOUND_STMT, DECL_STMT, IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT,
16149 FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi1471 @tindex DO_STMT
1656 @item DO_STMT