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

/freebsd-9.3-release/contrib/gcc/
H A Dc-typeck.c7118 struct c_switch *c_switch_stack;
7163 cs->next = c_switch_stack;
7164 c_switch_stack = cs;
7176 if (c_switch_stack && !c_switch_stack->blocked_stmt_expr
7177 && !c_switch_stack->blocked_vm)
7179 label = c_add_case_label (c_switch_stack->cases,
7180 SWITCH_COND (c_switch_stack->switch_expr),
7181 c_switch_stack->orig_type,
7186 else if (c_switch_stack
7083 struct c_switch *c_switch_stack; variable in typeref:struct:c_switch
[all...]
H A Dc-tree.h533 extern struct c_switch *c_switch_stack;
H A Dc-decl.c6196 c_switch_stack = NULL;
7130 p->x_switch_stack = c_switch_stack;
7158 c_switch_stack = p->x_switch_stack;

Completed in 81 milliseconds