Searched refs:FOR_BODY (Results 1 – 22 of 22) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-dump.c | 130 dump_child ("body", FOR_BODY (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 | 538 expand_stmt (FOR_BODY (t));
|
| H A D | c-common.h | 989 #define FOR_BODY(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 3) macro
|
| H A D | c-pretty-print.c | 1371 pp_statement (ppi, FOR_BODY (stmt));
|
| H A D | c-parse.in | 2349 { RECHAIN_STMTS ($<ttype>2, FOR_BODY ($<ttype>2)); }
|
| H A D | ChangeLog.3 | 700 (FOR_BODY): Likewise. 856 (FOR_BODY): Likewise.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | dump.c | 443 dump_child ("body", FOR_BODY (t)); in cp_dump_tree()
|
| H A D | semantics.c | 821 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 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 | cxx-pretty-print.c | 1679 pp_cxx_statement (pp, FOR_BODY (t)); in pp_cxx_statement()
|
| H A D | cp-tree.h | 3095 #define FOR_BODY(NODE) TREE_OPERAND (FOR_STMT_CHECK (NODE), 3) macro
|
| H A D | pt.c | 8594 RECUR (FOR_BODY (t)); in tsubst_expr()
|
| H A D | ChangeLog | 5997 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
|
| H A D | ChangeLog-2000 | 3002 (FOR_BODY): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | semantics.c | 504 RECHAIN_STMTS (for_stmt, FOR_BODY (for_stmt));
|
| H A D | pt.c | 7748 tsubst_expr (FOR_BODY (t), args, complain, in_decl);
|
| H A D | ChangeLog | 12874 (FOR_BODY): Likewise.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | c-tree.texi | 1294 @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 D | c-tree.texi | 1481 @findex FOR_BODY 1681 @code{FOR_BODY}. Note that @code{FOR_INIT_STMT} and @code{FOR_BODY}
|
| H A D | gccint.info | 5352 `FOR_BODY'. Note that `FOR_INIT_STMT' and `FOR_BODY' return 32452 * FOR_BODY: Function Bodies. (line 6)
|