HomeSort by: relevance | last modified time | path
    Searched refs:eh_region_may_contain_throw_map (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 319 static bitmap eh_region_may_contain_throw_map; variable
828 while (bitmap_set_bit (eh_region_may_contain_throw_map, region->index))
844 return r && bitmap_bit_p (eh_region_may_contain_throw_map, r->index);
2196 eh_region_may_contain_throw_map = BITMAP_ALLOC (NULL);
2215 BITMAP_FREE (eh_region_may_contain_throw_map);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 319 static bitmap eh_region_may_contain_throw_map; variable
828 while (bitmap_set_bit (eh_region_may_contain_throw_map, region->index))
844 return r && bitmap_bit_p (eh_region_may_contain_throw_map, r->index);
2195 eh_region_may_contain_throw_map = BITMAP_ALLOC (NULL);
2214 BITMAP_FREE (eh_region_may_contain_throw_map);

Completed in 80 milliseconds