Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c129 dump_child ("expr", FOR_EXPR (t));
H A Dc-semantics.c545 if (FOR_EXPR (t))
546 genrtl_expr_stmt (FOR_EXPR (t));
H A Dc-common.def52 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
H A Dc-pretty-print.c1367 if (FOR_EXPR (stmt))
1368 pp_c_expression (ppi, FOR_EXPR (stmt));
H A Dc-common.h988 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
H A Dc-parse.in2347 { FOR_EXPR ($<ttype>2) = $9; }
H A DChangeLog.3699 (FOR_EXPR): Likewise.
855 (FOR_EXPR): Likewise.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c442 dump_child ("expr", FOR_EXPR (t)); in cp_dump_tree()
H A Dcxx-pretty-print.c1675 if (FOR_EXPR (t)) in pp_cxx_statement()
1676 pp_cxx_expression (pp, FOR_EXPR (t)); in pp_cxx_statement()
H A Dcp-gimplify.c274 FOR_EXPR (stmt), 1); in gimplify_for_stmt()
H A Dcp-tree.def285 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
H A Dsemantics.c859 FOR_EXPR (for_stmt) = expr; in finish_for_expr()
H A Dcp-tree.h3094 #define FOR_EXPR(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 2) macro
H A Dpt.c8592 tmp = RECUR (FOR_EXPR (t)); in tsubst_expr()
H A DChangeLog5997 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
H A DChangeLog-20003001 (FOR_EXPR): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c491 FOR_EXPR (for_stmt) = expr;
H A Dpt.c7746 tmp = tsubst_expr (FOR_EXPR (t), args, complain, in_decl);
H A DChangeLog12873 (FOR_EXPR): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1293 @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 Dc-tree.texi1480 @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 Dgccint.info5349 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)