Searched refs:WHILE_BODY (Results 1 – 16 of 16) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | dump.c | 318 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
|
| HD | semantics.c | 799 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()
|
| HD | cp-tree.def | 309 and WHILE_BODY, respectively. */
|
| HD | cxx-pretty-print.c | 1977 statement (WHILE_BODY (t)); in statement()
|
| HD | cp-gimplify.c | 298 WHILE_BODY (stmt), NULL_TREE, 1, walk_subtrees, data); in genericize_while_stmt()
|
| HD | constexpr.c | 5671 if (!RECUR (WHILE_BODY (t), any)) in potential_constant_expression_1()
|
| HD | cp-tree.h | 4884 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
|
| HD | pt.c | 16852 RECUR (WHILE_BODY (t)); in tsubst_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | dump.c | 473 dump_child ("body", WHILE_BODY (t)); in cp_dump_tree()
|
| HD | cp-gimplify.c | 299 gimplify_cp_loop (WHILE_COND (stmt), WHILE_BODY (stmt), in gimplify_while_stmt()
|
| HD | cp-tree.def | 309 and WHILE_BODY, respectively. */
|
| HD | semantics.c | 724 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()
|
| HD | cxx-pretty-print.c | 1917 pp_cxx_statement (pp, WHILE_BODY (t)); in pp_cxx_statement()
|
| HD | cp-tree.h | 3974 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1) macro
|
| HD | pt.c | 12710 RECUR (WHILE_BODY (t)); in tsubst_expr()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | generic.texi | 3065 @findex WHILE_BODY 3268 The @code{WHILE_BODY} is the body of the loop.
|