Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Ddump.c444 dump_child ("cond", FOR_COND (t)); in cp_dump_tree()
Dcxx-pretty-print.c1674 if (FOR_COND (t)) in pp_cxx_statement()
1675 pp_cxx_expression (pp, FOR_COND (t)); in pp_cxx_statement()
Dsemantics.c846 begin_cond (&FOR_COND (for_stmt)); in finish_for_init_stmt()
855 finish_cond (&FOR_COND (for_stmt), maybe_convert_cond (cond)); in finish_for_cond()
856 simplify_loop_decl_cond (&FOR_COND (for_stmt), FOR_BODY (for_stmt)); in finish_for_cond()
Dcp-gimplify.c304 *stmt_p = gimplify_cp_loop (FOR_COND (stmt), FOR_BODY (stmt), in gimplify_for_stmt()
Dcp-tree.def286 FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY and FOR_ATTRIBUTES
Dcp-tree.h3130 #define FOR_COND(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 1) macro
Dpt.c8607 tmp = RECUR (FOR_COND (t)); in tsubst_expr()
DChangeLog-20003000 (FOR_COND): Likewise.
DChangeLog6066 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
/freebsd-10-stable/contrib/gcc/doc/
Dc-tree.texi1479 @findex FOR_COND
1677 the initialization statement for the loop. The @code{FOR_COND} is the
1679 right before the @code{FOR_COND} on each loop iteration; often, this
1682 return statements, while @code{FOR_COND} and @code{FOR_EXPR} return
/freebsd-10-stable/contrib/gcc/
DChangeLog.tree-ssa18447 Add code to simplify the FOR_INIT_STMT, FOR_COND, FOR_EXPR.
19170 If FOR_COND does not exist, create a tree holding the constant 1.
19199 Do not consider the case where FOR_COND is NULL.
DChangeLog-200015964 (FOR_COND): Likewise.
16120 (FOR_COND): Likewise.
DChangeLog-200524778 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Likewise.