Searched refs:FOR_COND (Results 1 – 22 of 22) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 128 dump_child ("cond", FOR_COND (t));
|
| H A D | c-common.def | 52 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
|
| H A D | c-semantics.c | 524 cond = expand_cond (FOR_COND (t));
|
| H A D | c-pretty-print.c | 1363 if (FOR_COND (stmt)) 1364 pp_c_expression (ppi, FOR_COND (stmt));
|
| H A D | c-common.h | 987 #define FOR_COND(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 1) macro
|
| H A D | c-parse.in | 2344 FOR_COND ($<ttype>2)
|
| H A D | ChangeLog.3 | 698 (FOR_COND): Likewise. 854 (FOR_COND): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 441 dump_child ("cond", FOR_COND (t)); in cp_dump_tree()
|
| H A D | cxx-pretty-print.c | 1670 if (FOR_COND (t)) in pp_cxx_statement() 1671 pp_cxx_expression (pp, FOR_COND (t)); in pp_cxx_statement()
|
| H A D | semantics.c | 822 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 D | cp-gimplify.c | 273 *stmt_p = gimplify_cp_loop (FOR_COND (stmt), FOR_BODY (stmt), in gimplify_for_stmt()
|
| H A D | cp-tree.def | 285 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
|
| H A D | cp-tree.h | 3093 #define FOR_COND(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 1) macro
|
| H A D | pt.c | 8590 tmp = RECUR (FOR_COND (t)); in tsubst_expr()
|
| H A D | ChangeLog | 5997 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
|
| H A D | ChangeLog-2000 | 3000 (FOR_COND): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 460 FINISH_COND (cond, for_stmt, FOR_COND (for_stmt)); 463 FOR_COND (for_stmt) = cond; 472 FOR_COND (for_stmt) = NULL_TREE;
|
| H A D | pt.c | 7743 finish_for_cond (tsubst_expr (FOR_COND (t),
|
| H A D | ChangeLog | 12872 (FOR_COND): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1292 @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 D | c-tree.texi | 1479 @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 D | gccint.info | 5348 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)
|