Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c7144 struct c_switch *c_switch_stack; variable
7189 cs->next = c_switch_stack; in c_start_case()
7190 c_switch_stack = cs; in c_start_case()
7202 if (c_switch_stack && !c_switch_stack->blocked_stmt_expr in do_case()
7203 && !c_switch_stack->blocked_vm) in do_case()
7205 label = c_add_case_label (c_switch_stack->cases, in do_case()
7206 SWITCH_COND (c_switch_stack->switch_expr), in do_case()
7207 c_switch_stack->orig_type, in do_case()
7212 else if (c_switch_stack && c_switch_stack->blocked_stmt_expr) in do_case()
7221 else if (c_switch_stack && c_switch_stack->blocked_vm) in do_case()
[all …]
H A Dc-tree.h529 extern struct c_switch *c_switch_stack;
H A Dc-decl.c6011 c_switch_stack = NULL; in start_function()
6961 p->x_switch_stack = c_switch_stack; in c_push_function_context()
6990 c_switch_stack = p->x_switch_stack; in c_pop_function_context()