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

/haiku-buildtools/gcc/gcc/cp/
H A Ddump.c489 dump_child ("cond", WHILE_COND (t));
H A Dcp-array-notation.c1319 if (contains_array_notation_expr (WHILE_COND (t)))
1321 if (EXPR_LOCATION (WHILE_COND (t)) != UNKNOWN_LOCATION)
1322 loc = EXPR_LOCATION (WHILE_COND (t));
H A Dsemantics.c797 begin_cond (&WHILE_COND (r));
812 finish_cond (&WHILE_COND (while_stmt), cond);
815 WHILE_COND (while_stmt) = build2 (ANNOTATE_EXPR,
816 TREE_TYPE (WHILE_COND (while_stmt)),
817 WHILE_COND (while_stmt),
820 simplify_loop_decl_cond (&WHILE_COND (while_stmt), WHILE_BODY (while_stmt));
H A Dcp-gimplify.c310 genericize_cp_loop (stmt_p, EXPR_LOCATION (stmt), WHILE_COND (stmt),
H A Dcxx-pretty-print.c1916 expression (WHILE_COND (t));
H A Dconstexpr.c4429 if (!RECUR (WHILE_COND (t), rval))
H A Dcp-tree.h4245 #define WHILE_COND(NODE) TREE_OPERAND (WHILE_STMT_CHECK (NODE), 0)
4239 #define WHILE_COND macro
H A Dpt.c14150 tmp = RECUR (WHILE_COND (t));
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dsemantics.c220 WHILE_COND (while_stmt));
H A Dcp-tree.h2086 #define WHILE_COND(NODE) TREE_OPERAND (NODE, 0)
2079 #define WHILE_COND macro
H A Dpt.c7127 finish_while_stmt_cond (tsubst_expr (WHILE_COND (t),

Completed in 373 milliseconds