Searched refs:WHILE_BODY (Results 1 – 22 of 22) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-dump.c | 170 dump_child ("body", WHILE_BODY (t));
|
H A D | c-common.def | 56 and WHILE_BODY, respectively. */
|
H A D | c-semantics.c | 434 expand_stmt (WHILE_BODY (t));
|
H A D | c-common.h | 967 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
|
H A D | c-pretty-print.c | 1339 pp_statement (ppi, WHILE_BODY (stmt));
|
H A D | c-parse.in | 2329 { RECHAIN_STMTS ($<ttype>6, WHILE_BODY ($<ttype>6)); }
|
H A D | ChangeLog.3 | 692 (WHILE_BODY): Likewise. 848 (WHILE_BODY): Likewise.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | dump.c | 455 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
|
H A D | semantics.c | 702 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt() 714 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt)); in finish_while_stmt_cond() 722 WHILE_BODY (while_stmt) = do_poplevel (WHILE_BODY (while_stmt)); in finish_while_stmt()
|
H A D | cp-gimplify.c | 283 *stmt_p = gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt()
|
H A D | cp-tree.def | 289 and WHILE_BODY, respectively. */
|
H A D | cxx-pretty-print.c | 1641 pp_cxx_statement (pp, WHILE_BODY (t)); in pp_cxx_statement()
|
H A D | cp-tree.h | 3082 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
|
H A D | pt.c | 8602 RECUR (WHILE_BODY (t)); in tsubst_expr()
|
H A D | ChangeLog | 5995 (WHILE_COND, WHILE_BODY): Define.
|
H A D | ChangeLog-2000 | 2994 (WHILE_BODY): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | semantics.c | 352 RECHAIN_STMTS (while_stmt, WHILE_BODY (while_stmt));
|
H A D | pt.c | 7760 tsubst_expr (WHILE_BODY (t), args, complain, in_decl);
|
H A D | ChangeLog | 12866 (WHILE_BODY): Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 1326 @findex WHILE_BODY 1665 The @code{WHILE_BODY} is the body of the loop.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 1501 @findex WHILE_BODY 1783 The @code{WHILE_BODY} is the body of the loop.
|
H A D | gccint.info | 5444 The `WHILE_BODY' is the body of the loop. 34277 * WHILE_BODY: Function Bodies. (line 6)
|