Home
last modified time | relevance | path

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

/trueos/contrib/gcc/
HDtree-eh.c1146 int nlabels, ndests, j, last_case_index; in lower_try_finally_switch() local
1158 nlabels = VEC_length (tree, tf->dest_array); in lower_try_finally_switch()
1159 return_index = nlabels; in lower_try_finally_switch()
1268 for (j = last_case_index; j < last_case_index + nlabels; j++) in lower_try_finally_switch()
/trueos/contrib/gdb/gdb/
HDeval.c213 int nlabels = 0; in evaluate_struct_tuple() local
219 nlabels++; in evaluate_struct_tuple()
329 while (--nlabels > 0); in evaluate_struct_tuple()