Home
last modified time | relevance | path

Searched refs:switch_stack (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/cp/
H A Ddecl.c2626 static struct cp_switch *switch_stack; variable
2636 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()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20008315 (switch_stack): New variable.
H A DChangeLog-200427963 (c_switch_stack): Rename from switch_stack; export.