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

/freebsd-9.3-release/contrib/gcc/
H A Dexcept.c1074 struct eh_region *rp_a, *rp_b;
1080 rp_b = VEC_index (eh_region, ifun->eh->region_array, region_b);
1082 gcc_assert (rp_b != NULL);
1086 if (rp_a == rp_b)
1088 rp_b = rp_b->outer;
1090 while (rp_b);
1101 struct eh_region *rp_a, *rp_b;
1108 rp_b = VEC_index (eh_region, ifun->eh->region_array, region_b);
1110 gcc_assert (rp_b !
1066 struct eh_region *rp_a, *rp_b; local
1093 struct eh_region *rp_a, *rp_b; local
[all...]

Completed in 95 milliseconds