Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c130 dump_child ("body", FOR_BODY (t));
H A Dc-common.def52 FOR_INIT_STMT, FOR_COND, FOR_EXPR, and FOR_BODY, respectively. */
H A Dc-semantics.c538 expand_stmt (FOR_BODY (t));
H A Dc-common.h989 #define FOR_BODY(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 3) macro
H A Dc-pretty-print.c1371 pp_statement (ppi, FOR_BODY (stmt));
H A Dc-parse.in2349 { RECHAIN_STMTS ($<ttype>2, FOR_BODY ($<ttype>2)); }
H A DChangeLog.3700 (FOR_BODY): Likewise.
856 (FOR_BODY): Likewise.
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddump.c443 dump_child ("body", FOR_BODY (t)); in cp_dump_tree()
H A Dsemantics.c821 FOR_BODY (for_stmt) = do_pushlevel (sk_block); in finish_for_init_stmt()
832 simplify_loop_decl_cond (&FOR_COND (for_stmt), FOR_BODY (for_stmt)); in finish_for_cond()
869 FOR_BODY (for_stmt) = do_poplevel (FOR_BODY (for_stmt)); in finish_for_stmt()
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 Dcxx-pretty-print.c1679 pp_cxx_statement (pp, FOR_BODY (t)); in pp_cxx_statement()
H A Dcp-tree.h3095 #define FOR_BODY(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 3) macro
H A Dpt.c8594 RECUR (FOR_BODY (t)); in tsubst_expr()
H A DChangeLog5997 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
H A DChangeLog-20003002 (FOR_BODY): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c504 RECHAIN_STMTS (for_stmt, FOR_BODY (for_stmt));
H A Dpt.c7748 tsubst_expr (FOR_BODY (t), args, complain, in_decl);
H A DChangeLog12874 (FOR_BODY): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1294 @findex FOR_BODY
1532 @code{FOR_BODY}. Note that @code{FOR_INIT_STMT} and @code{FOR_BODY}
/openbsd-src/gnu/gcc/gcc/doc/
H A Dc-tree.texi1481 @findex FOR_BODY
1681 @code{FOR_BODY}. Note that @code{FOR_INIT_STMT} and @code{FOR_BODY}
H A Dgccint.info5352 `FOR_BODY'. Note that `FOR_INIT_STMT' and `FOR_BODY' return
32452 * FOR_BODY: Function Bodies. (line 6)