Searched refs:switch_stack (Results 1 – 3 of 3) sorted by relevance
2626 static struct cp_switch *switch_stack; variable2636 p->next = switch_stack; in push_switch()2639 switch_stack = p; in push_switch()2645 struct cp_switch *cs = switch_stack; in pop_switch()2659 switch_stack = switch_stack->next; in pop_switch()2683 cond = SWITCH_STMT_COND (switch_stack->switch_stmt); in finish_case_label()2687 if (!check_switch_goto (switch_stack->level)) in finish_case_label()2690 r = c_add_case_label (switch_stack->cases, cond, TREE_TYPE (cond), in finish_case_label()
8315 (switch_stack): New variable.
27963 (c_switch_stack): Rename from switch_stack; export.