Home
last modified time | relevance | path

Searched refs:in_loop_body_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c3616 bool in_loop_body_p; member
3640 p->in_loop_body_p = false; in push_switch()
3678 gcc_assert (!cs->in_loop_body_p); in pop_switch()
3691 if (switch_stack && !switch_stack->in_loop_body_p) in note_break_stmt()
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()
3715 switch_stack->in_loop_body_p = prev; in note_iteration_stmt_body_end()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.cc3819 bool in_loop_body_p; member
3843 p->in_loop_body_p = false; in push_switch()
3881 gcc_assert (!cs->in_loop_body_p); in pop_switch()
3894 if (switch_stack && !switch_stack->in_loop_body_p) in note_break_stmt()
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()
3918 switch_stack->in_loop_body_p = prev; in note_iteration_stmt_body_end()
H A DChangeLog-2017350 and in_loop_body_p fields.
353 and !break_stmt_seen_p. Assert in_loop_body_p is false.