Searched refs:WHILE_BODY (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Ddump.c490 dump_child ("body", WHILE_BODY (t));
H A Dcp-array-notation.c1327 if (WHILE_BODY (t))
1328 WHILE_BODY (t) = expand_array_notation_exprs (WHILE_BODY (t));
H A Dsemantics.c796 WHILE_BODY (r) = do_pushlevel (sk_block);
820 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt));
829 WHILE_BODY (while_stmt) = do_poplevel (WHILE_BODY (while_stmt));
H A Dcp-gimplify.c311 WHILE_BODY (stmt), NULL_TREE, 1, walk_subtrees, data);
H A Dcxx-pretty-print.c1919 statement (WHILE_BODY (t));
H A Dconstexpr.c4431 if (!RECUR (WHILE_BODY (t), any))
H A Dcp-tree.h4246 #define WHILE_BODY(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 1)
4240 #define WHILE_BODY macro
H A Dpt.c14152 RECUR (WHILE_BODY (t));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsemantics.c249 RECHAIN_STMTS_FROM_CHAIN (while_stmt, WHILE_BODY (while_stmt));
H A Dcp-tree.h2087 #define WHILE_BODY(NODE) TREE_OPERAND (NODE, 1)
2080 #define WHILE_BODY macro
H A Dpt.c7130 tsubst_expr (WHILE_BODY (t), args, complain, in_decl);

Completed in 328 milliseconds