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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c1369 int nlabels, ndests, j, last_case_index; local
1410 last_case_index = 0;
1428 last_case_index++;
1471 last_case_index++;
1487 j = last_case_index + tf->may_return;
1529 for (j = last_case_index; j < last_case_index + nlabels; j++)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc1364 int nlabels, ndests, j, last_case_index; local
1405 last_case_index = 0;
1423 last_case_index++;
1466 last_case_index++;
1482 j = last_case_index + tf->may_return;
1524 for (j = last_case_index; j < last_case_index + nlabels; j++)

Completed in 420 milliseconds