Home
last modified time | relevance | path

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

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