Searched refs:break_stmt_seen_p (Results 1 – 5 of 5) sorted by relevance
3613 bool break_stmt_seen_p; member3639 p->break_stmt_seen_p = false; in push_switch()3667 if (!cs->break_stmt_seen_p) in pop_switch()3692 switch_stack->break_stmt_seen_p = true; in note_break_stmt()
3816 bool break_stmt_seen_p; member3842 p->break_stmt_seen_p = false; in push_switch()3870 if (!cs->break_stmt_seen_p) in pop_switch()3895 switch_stack->break_stmt_seen_p = true; in note_break_stmt()
349 * decl.c (struct cp_switch): Add has_default_p, break_stmt_seen_p353 and !break_stmt_seen_p. Assert in_loop_body_p is false.
11036 bool break_stmt_seen_p; member11119 cs->break_stmt_seen_p = false; in c_start_switch()11191 SWITCH_STMT_NO_BREAK_P (cs->switch_stmt) = !cs->break_stmt_seen_p; in c_finish_switch()11244 c_switch_stack->break_stmt_seen_p = true; in c_finish_bc_stmt()
1230 Add break_stmt_seen_p field.