Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dtree-eh.c1146 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local
1172 last_case_index = 0; in lower_try_finally_switch()
1194 TREE_VEC_ELT (case_label_vec, last_case_index) = last_case; in lower_try_finally_switch()
1195 last_case_index++; in lower_try_finally_switch()
1217 TREE_VEC_ELT (case_label_vec, last_case_index) = last_case; in lower_try_finally_switch()
1218 last_case_index++; in lower_try_finally_switch()
1234 j = last_case_index + tf->may_return; in lower_try_finally_switch()
1268 for (j = last_case_index; j < last_case_index + nlabels; j++) in lower_try_finally_switch()