Searched refs:switch_expr (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/java/
H A Dexpr.c1882 tree switch_expr, x;
1885 switch_expr = build3 (SWITCH_EXPR, TREE_TYPE (selector), selector,
1887 java_add_stmt (switch_expr);
1891 append_to_statement_list (x, &SWITCH_BODY (switch_expr));
1894 append_to_statement_list (x, &SWITCH_BODY (switch_expr));
1896 return switch_expr;
1900 expand_java_add_case (tree switch_expr, int match, int target_pc)
1904 value = build_int_cst (TREE_TYPE (switch_expr), match);
1908 append_to_statement_list (x, &SWITCH_BODY (switch_expr));
1911 append_to_statement_list (x, &SWITCH_BODY (switch_expr));
1880 tree switch_expr, x; local
1898 expand_java_add_case(tree switch_expr, int match, int target_pc) argument
[all...]
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c1510 tree switch_expr = *expr_p;
1513 tree index_type = TREE_TYPE (switch_expr);
1515 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
1517 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
1522 if (SWITCH_BODY (switch_expr))
1531 gcc_assert (!SWITCH_LABELS (switch_expr));
1538 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq);
1556 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
1563 gcc_assert (SWITCH_LABELS (switch_expr));
1507 tree switch_expr = *expr_p; local
H A Dtree-eh.c741 gswitch *switch_expr)
749 n = gimple_switch_num_labels (switch_expr);
754 tree lab = CASE_LABEL (gimple_switch_label (switch_expr, i));
760 #define verify_norecord_switch_expr(state, switch_expr)
740 verify_norecord_switch_expr(struct leh_state *state, gswitch *switch_expr) argument
/haiku-buildtools/gcc/gcc/c/
H A Dc-typeck.c9577 tree switch_expr;
9666 cs->switch_expr = build3 (SWITCH_EXPR, orig_type, exp, NULL_TREE, NULL_TREE);
9667 SET_EXPR_LOCATION (cs->switch_expr, switch_loc);
9674 return add_stmt (cs->switch_expr);
9710 EXPR_LOCATION (c_switch_stack->switch_expr),
9715 SWITCH_COND (c_switch_stack->switch_expr),
9732 SWITCH_BODY (cs->switch_expr) = body;
9735 switch_location = EXPR_LOCATION (cs->switch_expr);
9737 type ? type : TREE_TYPE (cs->switch_expr),
9738 SWITCH_COND (cs->switch_expr));
9542 tree switch_expr; member in struct:c_switch
[all...]

Completed in 193 milliseconds