Searched refs:return_index (Results 1 – 2 of 2) sorted by relevance
1221 int return_index, index; in lower_try_finally_copy() local1228 return_index = VEC_length (tree, tf->dest_array); in lower_try_finally_copy()1229 labels = XCNEWVEC (struct labels_s, return_index + 1); in lower_try_finally_copy()1235 index = q->index < 0 ? return_index : q->index; in lower_try_finally_copy()1241 for (index = 0; index < return_index + 1; index++) in lower_try_finally_copy()1252 if (index == return_index) in lower_try_finally_copy()1272 index = q->index < 0 ? return_index : q->index; in lower_try_finally_copy()1279 if (index == return_index) in lower_try_finally_copy()1304 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local1333 return_index = nlabels; in lower_try_finally_switch()[all …]
1284 int return_index, index; in lower_try_finally_copy() local1291 return_index = tf->dest_array.length (); in lower_try_finally_copy()1292 labels = XCNEWVEC (struct labels_s, return_index + 1); in lower_try_finally_copy()1298 index = q->index < 0 ? return_index : q->index; in lower_try_finally_copy()1304 for (index = 0; index < return_index + 1; index++) in lower_try_finally_copy()1315 if (index == return_index) in lower_try_finally_copy()1335 index = q->index < 0 ? return_index : q->index; in lower_try_finally_copy()1342 if (index == return_index) in lower_try_finally_copy()1367 int return_index, eh_index, fallthru_index; in lower_try_finally_switch() local1396 return_index = nlabels; in lower_try_finally_switch()[all …]