Searched refs:c_switch_stack (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 680 extern struct c_switch *c_switch_stack;
|
H A D | c-typeck.cc | 11052 struct c_switch *c_switch_stack; variable 11121 cs->next = c_switch_stack; in c_start_switch() 11122 c_switch_stack = cs; in c_start_switch() 11150 if (c_switch_stack == NULL) in do_case() 11159 if (c_check_switch_jump_warnings (c_switch_stack->bindings, in do_case() 11160 EXPR_LOCATION (c_switch_stack->switch_stmt), in do_case() 11164 label = c_add_case_label (loc, c_switch_stack->cases, in do_case() 11165 SWITCH_STMT_COND (c_switch_stack->switch_stmt), in do_case() 11178 struct c_switch *cs = c_switch_stack; in c_finish_switch() 11194 c_switch_stack = cs->next; in c_finish_switch() [all …]
|
H A D | c-decl.cc | 9513 c_switch_stack = NULL; in start_function() 10534 p->x_switch_stack = c_switch_stack; in c_push_function_context() 10573 c_switch_stack = p->x_switch_stack; in c_pop_function_context()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | c-tree.h | 664 extern struct c_switch *c_switch_stack;
|
H A D | c-typeck.c | 10863 struct c_switch *c_switch_stack; variable 10931 cs->next = c_switch_stack; in c_start_case() 10932 c_switch_stack = cs; in c_start_case() 10960 if (c_switch_stack == NULL) in do_case() 10969 if (c_check_switch_jump_warnings (c_switch_stack->bindings, in do_case() 10970 EXPR_LOCATION (c_switch_stack->switch_expr), in do_case() 10974 label = c_add_case_label (loc, c_switch_stack->cases, in do_case() 10975 SWITCH_COND (c_switch_stack->switch_expr), in do_case() 10988 struct c_switch *cs = c_switch_stack; in c_finish_case() 11002 c_switch_stack = cs->next; in c_finish_case() [all …]
|
H A D | c-decl.c | 9130 c_switch_stack = NULL; in start_function() 10138 p->x_switch_stack = c_switch_stack; in c_push_function_context() 10178 c_switch_stack = p->x_switch_stack; in c_pop_function_context()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2009 | 19294 c_switch_stack. Don't walk label_context_stack_se labels. Don't 19297 c_switch_stack. Don't walk label_context_stack_se labels. Don't
|
H A D | ChangeLog-2004 | 27960 (c_switch_stack): Declare. 27963 (c_switch_stack): Rename from switch_stack; export.
|