Searched refs:previous_default (Results 1 – 2 of 2) sorted by relevance
57 class ast_case_label *previous_default; member
6748 state->switch_state.previous_default = NULL; in hir()6879 if (state->switch_state.previous_default && default_case.is_empty()) { in hir()7011 l->after_default = state->switch_state.previous_default != NULL; in hir()7081 if (state->switch_state.previous_default) { in hir()7086 loc = state->switch_state.previous_default->get_location(); in hir()7089 state->switch_state.previous_default = this; in hir()