Searched refs:is_switch_innermost (Results 1 – 2 of 2) sorted by relevance
59 bool is_switch_innermost; // if switch stmt is closest to break, ... member
6558 mode == ast_continue && !state->switch_state.is_switch_innermost) { in hir()6569 if (state->switch_state.is_switch_innermost && in hir()6584 } else if (state->switch_state.is_switch_innermost && in hir()6743 state->switch_state.is_switch_innermost = true; in hir()7161 bool saved_is_switch_innermost = state->switch_state.is_switch_innermost; in hir()7162 state->switch_state.is_switch_innermost = false; in hir()7191 state->switch_state.is_switch_innermost = saved_is_switch_innermost; in hir()