Home
last modified time | relevance | path

Searched refs:DO_COND (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDdump.c435 dump_child ("cond", DO_COND (t)); in cp_dump_tree()
HDcp-gimplify.c330 *stmt_p = gimplify_cp_loop (DO_COND (stmt), DO_BODY (stmt), in gimplify_do_stmt()
HDcp-tree.def296 DO_COND, DO_ATTRIBUTES, and DO_FOREACH respectively. */
HDcxx-pretty-print.c1658 pp_cxx_expression (pp, DO_COND (t)); in pp_cxx_statement()
HDsemantics.c772 DO_COND (do_stmt) = cond; in finish_do_stmt()
HDcp-tree.h3114 #define DO_COND(NODE) TREE_OPERAND (DO_STMT_CHECK (NODE), 0) macro
HDpt.c8633 tmp = RECUR (DO_COND (t)); in tsubst_expr()
HDChangeLog-20002995 (DO_COND): Likewise.
HDChangeLog6065 (DO_COND, DO_BODY): Define.
/freebsd-11-stable/contrib/gcc/doc/
HDc-tree.texi1473 @findex DO_COND
1660 @code{DO_COND}. The condition for a @code{do}-statement is always an
/freebsd-11-stable/contrib/gcc/
HDChangeLog.tree-ssa18451 Add code to simplify the DO_COND.
18634 Create the blocks for the loop body before the block for DO_COND.
HDChangeLog-200015959 (DO_COND): Likewise.
16115 (DO_COND): Likewise.
HDChangeLog-200524777 (DO_COND, DO_BODY): Likewise.