Searched refs:is_switch_innermost (Results 1 – 2 of 2) sorted by relevance
56 bool is_switch_innermost; // if switch stmt is closest to break, ... member
3450 if (state->switch_state.is_switch_innermost && in hir()3555 state->switch_state.is_switch_innermost = true; in hir()3837 bool saved_is_switch_innermost = state->switch_state.is_switch_innermost; in hir()3838 state->switch_state.is_switch_innermost = false; in hir()3857 state->switch_state.is_switch_innermost = saved_is_switch_innermost; in hir()