Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3625 static struct cp_switch *switch_stack; variable
3635 p->next = switch_stack; in push_switch()
3641 switch_stack = p; in push_switch()
3647 struct cp_switch *cs = switch_stack; in pop_switch()
3680 switch_stack = switch_stack->next; in pop_switch()
3691 if (switch_stack && !switch_stack->in_loop_body_p) in note_break_stmt()
3692 switch_stack->break_stmt_seen_p = true; in note_break_stmt()
3702 if (!switch_stack) in note_iteration_stmt_body_start()
3704 bool ret = switch_stack->in_loop_body_p; in note_iteration_stmt_body_start()
3705 switch_stack->in_loop_body_p = true; in note_iteration_stmt_body_start()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc3828 static struct cp_switch *switch_stack; variable
3838 p->next = switch_stack; in push_switch()
3844 switch_stack = p; in push_switch()
3850 struct cp_switch *cs = switch_stack; in pop_switch()
3883 switch_stack = switch_stack->next; in pop_switch()
3894 if (switch_stack && !switch_stack->in_loop_body_p) in note_break_stmt()
3895 switch_stack->break_stmt_seen_p = true; in note_break_stmt()
3905 if (!switch_stack) in note_iteration_stmt_body_start()
3907 bool ret = switch_stack->in_loop_body_p; in note_iteration_stmt_body_start()
3908 switch_stack->in_loop_body_p = true; in note_iteration_stmt_body_start()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20008315 (switch_stack): New variable.
H A DChangeLog-200427963 (c_switch_stack): Rename from switch_stack; export.