Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-dump.c170 dump_child ("body", WHILE_BODY (t));
H A Dc-common.def56 and WHILE_BODY, respectively. */
H A Dc-semantics.c434 expand_stmt (WHILE_BODY (t));
H A Dc-common.h967 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
H A Dc-pretty-print.c1339 pp_statement (ppi, WHILE_BODY (stmt));
H A Dc-parse.in2329 { RECHAIN_STMTS ($<ttype>6, WHILE_BODY ($<ttype>6)); }
H A DChangeLog.3692 (WHILE_BODY): Likewise.
848 (WHILE_BODY): Likewise.
/openbsd/gnu/gcc/gcc/cp/
H A Ddump.c455 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
H A Dsemantics.c702 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 Dcp-gimplify.c283 *stmt_p = gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt()
H A Dcp-tree.def289 and WHILE_BODY, respectively. */
H A Dcxx-pretty-print.c1641 pp_cxx_statement (pp, WHILE_BODY (t)); in pp_cxx_statement()
H A Dcp-tree.h3082 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
H A Dpt.c8602 RECUR (WHILE_BODY (t)); in tsubst_expr()
H A DChangeLog5995 (WHILE_COND, WHILE_BODY): Define.
H A DChangeLog-20002994 (WHILE_BODY): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dsemantics.c352 RECHAIN_STMTS (while_stmt, WHILE_BODY (while_stmt));
H A Dpt.c7760 tsubst_expr (WHILE_BODY (t), args, complain, in_decl);
H A DChangeLog12866 (WHILE_BODY): Likewise.
/openbsd/gnu/usr.bin/gcc/gcc/doc/
H A Dc-tree.texi1326 @findex WHILE_BODY
1665 The @code{WHILE_BODY} is the body of the loop.
/openbsd/gnu/gcc/gcc/doc/
H A Dc-tree.texi1501 @findex WHILE_BODY
1783 The @code{WHILE_BODY} is the body of the loop.
H A Dgccint.info5444 The `WHILE_BODY' is the body of the loop.
34277 * WHILE_BODY: Function Bodies. (line 6)