Searched refs:SWITCH_COND (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/c/
H A Dc-array-notation.c929 cond = SWITCH_COND (stmt);
H A Dc-typeck.c9715 SWITCH_COND (c_switch_stack->switch_expr),
9738 SWITCH_COND (cs->switch_expr));
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c1515 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
1517 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
1556 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
H A Dtree-pretty-print.c2344 dump_generic_node (pp, SWITCH_COND (node), spc, flags, false);
H A Dtree.h1095 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0) macro
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcp-tree.h2096 #define SWITCH_COND(NODE) TREE_OPERAND (NODE, 0)
2089 #define SWITCH_COND macro
H A Dpt.c7205 val = tsubst_expr (SWITCH_COND (t), args, complain, in_decl);

Completed in 237 milliseconds