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

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 1282 int return_index, index; local
1289 return_index = tf->dest_array.length ();
1290 labels = XCNEWVEC (struct labels_s, return_index + 1);
1296 index = q->index < 0 ? return_index : q->index;
1302 for (index = 0; index < return_index + 1; index++)
1313 if (index == return_index)
1333 index = q->index < 0 ? return_index : q->index;
1340 if (index == return_index)
1365 int return_index, eh_index, fallthru_index; local
1394 return_index = nlabels
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 1281 int return_index, index; local
1288 return_index = tf->dest_array.length ();
1289 labels = XCNEWVEC (struct labels_s, return_index + 1);
1295 index = q->index < 0 ? return_index : q->index;
1301 for (index = 0; index < return_index + 1; index++)
1312 if (index == return_index)
1332 index = q->index < 0 ? return_index : q->index;
1339 if (index == return_index)
1364 int return_index, eh_index, fallthru_index; local
1393 return_index = nlabels
    [all...]

Completed in 18 milliseconds