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

/freebsd-9.3-release/contrib/gcc/
H A Dtree-eh.c1067 int return_index, index;
1074 return_index = VEC_length (tree, tf->dest_array);
1075 labels = XCNEWVEC (struct labels_s, return_index + 1);
1081 index = q->index < 0 ? return_index : q->index;
1087 for (index = 0; index < return_index + 1; index++)
1097 if (index == return_index)
1117 index = q->index < 0 ? return_index : q->index;
1124 if (index == return_index)
1150 int return_index, eh_index, fallthru_index;
1164 return_index
1062 int return_index, index; local
1145 int return_index, eh_index, fallthru_index; local
[all...]

Completed in 54 milliseconds