Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-eh.c1305 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local
1346 last_case_index = 0; in lower_try_finally_switch()
1363 last_case_index++; in lower_try_finally_switch()
1404 last_case_index++; in lower_try_finally_switch()
1420 j = last_case_index + tf->may_return; in lower_try_finally_switch()
1467 for (j = last_case_index; j < last_case_index + nlabels; j++) in lower_try_finally_switch()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-eh.c1368 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local
1409 last_case_index = 0; in lower_try_finally_switch()
1427 last_case_index++; in lower_try_finally_switch()
1470 last_case_index++; in lower_try_finally_switch()
1486 j = last_case_index + tf->may_return; in lower_try_finally_switch()
1528 for (j = last_case_index; j < last_case_index + nlabels; j++) in lower_try_finally_switch()