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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c318 static bitmap eh_region_may_contain_throw_map; variable
827 while (bitmap_set_bit (eh_region_may_contain_throw_map, region->index))
843 return r && bitmap_bit_p (eh_region_may_contain_throw_map, r->index);
2202 eh_region_may_contain_throw_map = BITMAP_ALLOC (NULL);
2221 BITMAP_FREE (eh_region_may_contain_throw_map);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc318 static bitmap eh_region_may_contain_throw_map; variable
827 while (bitmap_set_bit (eh_region_may_contain_throw_map, region->index))
843 return r && bitmap_bit_p (eh_region_may_contain_throw_map, r->index);
2194 eh_region_may_contain_throw_map = BITMAP_ALLOC (NULL);
2213 BITMAP_FREE (eh_region_may_contain_throw_map);

Completed in 203 milliseconds