Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c128 dump_child ("cond", FOR_COND (t));
H A Dc-common.def52 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
H A Dc-semantics.c524 cond = expand_cond (FOR_COND (t));
H A Dc-pretty-print.c1363 if (FOR_COND (stmt))
1364 pp_c_expression (ppi, FOR_COND (stmt));
H A Dc-common.h987 #define FOR_COND(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 1) macro
H A Dc-parse.in2344 FOR_COND ($<ttype>2)
H A DChangeLog.3698 (FOR_COND): Likewise.
854 (FOR_COND): Likewise.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c441 dump_child ("cond", FOR_COND (t)); in cp_dump_tree()
H A Dcxx-pretty-print.c1670 if (FOR_COND (t)) in pp_cxx_statement()
1671 pp_cxx_expression (pp, FOR_COND (t)); in pp_cxx_statement()
H A Dsemantics.c822 begin_cond (&FOR_COND (for_stmt)); in finish_for_init_stmt()
831 finish_cond (&FOR_COND (for_stmt), maybe_convert_cond (cond)); in finish_for_cond()
832 simplify_loop_decl_cond (&FOR_COND (for_stmt), FOR_BODY (for_stmt)); in finish_for_cond()
H A Dcp-gimplify.c273 *stmt_p = gimplify_cp_loop (FOR_COND (stmt), FOR_BODY (stmt), in gimplify_for_stmt()
H A Dcp-tree.def285 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
H A Dcp-tree.h3093 #define FOR_COND(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 1) macro
H A Dpt.c8590 tmp = RECUR (FOR_COND (t)); in tsubst_expr()
H A DChangeLog5997 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
H A DChangeLog-20003000 (FOR_COND): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c460 FINISH_COND (cond, for_stmt, FOR_COND (for_stmt));
463 FOR_COND (for_stmt) = cond;
472 FOR_COND (for_stmt) = NULL_TREE;
H A Dpt.c7743 finish_for_cond (tsubst_expr (FOR_COND (t),
H A DChangeLog12872 (FOR_COND): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1292 @findex FOR_COND
1528 the initialization statement for the loop. The @code{FOR_COND} is the
1530 right before the @code{FOR_COND} on each loop iteration; often, this
1533 return statements, while @code{FOR_COND} and @code{FOR_EXPR} return
/openbsd-src/gnu/gcc/gcc/doc/
H A 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
H A Dgccint.info5348 initialization statement for the loop. The `FOR_COND' is the
5350 right before the `FOR_COND' on each loop iteration; often, this
5353 statements, while `FOR_COND' and `FOR_EXPR' return expressions.
32453 * FOR_COND: Function Bodies. (line 6)