Home
last modified time | relevance | path

Searched refs:break_stmt_seen_p (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3613 bool break_stmt_seen_p; member
3639 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc3816 bool break_stmt_seen_p; member
3842 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()
H A DChangeLog-2017349 * decl.c (struct cp_switch): Add has_default_p, break_stmt_seen_p
353 and !break_stmt_seen_p. Assert in_loop_body_p is false.
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc11036 bool break_stmt_seen_p; member
11119 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()
H A DChangeLog1230 Add break_stmt_seen_p field.