Searched refs:switch_stack (Results 1 – 4 of 4) sorted by relevance
3625 static struct cp_switch *switch_stack; variable3635 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 …]
3828 static struct cp_switch *switch_stack; variable3838 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 …]
8315 (switch_stack): New variable.
27963 (c_switch_stack): Rename from switch_stack; export.