Home | History | Annotate | Download | only in gcc

Lines Matching defs:switch_expr

2677 /* Gimplify a SWITCH_EXPR, and collect the vector of labels it can
2683 tree switch_expr = *expr_p;
2686 tree index_type = TREE_TYPE (switch_expr);
2688 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
2690 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
2695 if (SWITCH_BODY (switch_expr))
2710 tree_code body_type = TREE_CODE (SWITCH_BODY (switch_expr));
2719 gimplify_stmt (&SWITCH_BODY (switch_expr), &switch_body_seq);
2768 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
2770 gimple_set_location (switch_stmt, EXPR_LOCATION (switch_expr));
2782 gimple_set_location (bind, EXPR_LOCATION (switch_expr));
5883 case SWITCH_EXPR:
15317 case SWITCH_EXPR:
16057 && code != SWITCH_EXPR