Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c7604 cs->next = c_switch_stack; in c_start_case()
7605 c_switch_stack = cs; in c_start_case()
7617 if (c_switch_stack && !c_switch_stack->blocked_stmt_expr in do_case()
7622 c_switch_stack->orig_type, in do_case()
7627 else if (c_switch_stack && c_switch_stack->blocked_stmt_expr) in do_case()
7636 else if (c_switch_stack && c_switch_stack->blocked_vm) in do_case()
7678 c_switch_stack = cs->next; in c_finish_case()
7946 if (c_switch_stack) in c_begin_stmt_expr()
7977 if (c_switch_stack) in c_finish_stmt_expr()
8098 if (c_switch_stack && !c_switch_stack->blocked_vm) in c_begin_vm_scope()
[all …]
H A Dc-tree.h540 extern struct c_switch *c_switch_stack;
H A Dc-decl.c6602 c_switch_stack = NULL; in start_function()
7539 p->x_switch_stack = c_switch_stack; in c_push_function_context()
7570 c_switch_stack = p->x_switch_stack; in c_pop_function_context()
8151 c_switch_stack = NULL; in start_block_helper_function()
H A DChangeLog-200427960 (c_switch_stack): Declare.
27963 (c_switch_stack): Rename from switch_stack; export.