OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 18 milliseconds
Indexes created Mon Jul 20 00:27:07 UTC 2026