Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dtree-eh.c1221 int return_index, index; in lower_try_finally_copy() local
1228 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() local
1333 return_index = nlabels; in lower_try_finally_switch()
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dtree-eh.c1284 int return_index, index; in lower_try_finally_copy() local
1291 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() local
1396 return_index = nlabels; in lower_try_finally_switch()
[all …]