Searched refs:FOR_EXPR (Results 1 – 22 of 22) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 129 dump_child ("expr", FOR_EXPR (t));
|
| H A D | c-semantics.c | 545 if (FOR_EXPR (t)) 546 genrtl_expr_stmt (FOR_EXPR (t));
|
| H A D | c-common.def | 52 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
|
| H A D | c-pretty-print.c | 1367 if (FOR_EXPR (stmt)) 1368 pp_c_expression (ppi, FOR_EXPR (stmt));
|
| H A D | c-common.h | 988 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
|
| H A D | c-parse.in | 2347 { FOR_EXPR ($<ttype>2) = $9; }
|
| H A D | ChangeLog.3 | 699 (FOR_EXPR): Likewise. 855 (FOR_EXPR): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 442 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
|
| H A D | cxx-pretty-print.c | 1675 if (FOR_EXPR (t)) in pp_cxx_statement() 1676 pp_cxx_expression (pp, FOR_EXPR (t)); in pp_cxx_statement()
|
| H A D | cp-gimplify.c | 274 FOR_EXPR (stmt), 1); 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 | semantics.c | 859 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
|
| H A D | cp-tree.h | 3094 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
|
| H A D | pt.c | 8592 tmp = RECUR (FOR_EXPR (t)); in tsubst_expr()
|
| H A D | ChangeLog | 5997 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
|
| H A D | ChangeLog-2000 | 3001 (FOR_EXPR): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 491 FOR_EXPR (for_stmt) = expr;
|
| H A D | pt.c | 7746 tmp = tsubst_expr (FOR_EXPR (t), args, complain, in_decl);
|
| H A D | ChangeLog | 12873 (FOR_EXPR): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1293 @findex FOR_EXPR 1529 termination condition. The @code{FOR_EXPR} is the expression executed 1533 return statements, while @code{FOR_COND} and @code{FOR_EXPR} return
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1480 @findex FOR_EXPR 1678 termination condition. The @code{FOR_EXPR} is the expression executed 1682 return statements, while @code{FOR_COND} and @code{FOR_EXPR} return
|
| H A D | gccint.info | 5349 termination condition. The `FOR_EXPR' is the expression executed 5353 statements, while `FOR_COND' and `FOR_EXPR' return expressions. 32454 * FOR_EXPR: Function Bodies. (line 6)
|