HomeSort by: relevance | last modified time | path
    Searched refs:last_case_index (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1366 int nlabels, ndests, j, last_case_index; local
1407 last_case_index = 0;
1425 last_case_index++;
1468 last_case_index++;
1484 j = last_case_index + tf->may_return;
1526 for (j = last_case_index; j < last_case_index + nlabels; j++)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1365 int nlabels, ndests, j, last_case_index; local
1406 last_case_index = 0;
1424 last_case_index++;
1467 last_case_index++;
1483 j = last_case_index + tf->may_return;
1525 for (j = last_case_index; j < last_case_index + nlabels; j++)

Completed in 66 milliseconds