Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDdump.c318 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
HDsemantics.c799 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt()
829 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt)); in finish_while_stmt_cond()
838 WHILE_BODY (while_stmt) = do_poplevel (WHILE_BODY (while_stmt)); in finish_while_stmt()
HDcp-tree.def309 and WHILE_BODY, respectively. */
HDcxx-pretty-print.c1977 statement (WHILE_BODY (t)); in statement()
HDcp-gimplify.c298 WHILE_BODY (stmt), NULL_TREE, 1, walk_subtrees, data); in genericize_while_stmt()
HDconstexpr.c5671 if (!RECUR (WHILE_BODY (t), any)) in potential_constant_expression_1()
HDcp-tree.h4884 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
HDpt.c16852 RECUR (WHILE_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/cp/
HDdump.c473 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
HDcp-gimplify.c299 gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt()
HDcp-tree.def309 and WHILE_BODY, respectively. */
HDsemantics.c724 WHILE_BODY (r) = do_pushlevel (sk_block); in begin_while_stmt()
736 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt)); in finish_while_stmt_cond()
744 WHILE_BODY (while_stmt) = do_poplevel (WHILE_BODY (while_stmt)); in finish_while_stmt()
HDcxx-pretty-print.c1917 pp_cxx_statement (pp, WHILE_BODY (t)); in pp_cxx_statement()
HDcp-tree.h3974 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
HDpt.c12710 RECUR (WHILE_BODY (t)); in tsubst_expr()
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi3065 @findex WHILE_BODY
3268 The @code{WHILE_BODY} is the body of the loop.