Searched refs:duplicate_eh_regions_map (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | except.h | 247 typedef tree (*duplicate_eh_regions_map) (tree, void *); typedef 249 (struct function *, eh_region, int, duplicate_eh_regions_map, void *);
|
H A D | except.c | 530 duplicate_eh_regions_map label_map; 612 duplicate_eh_regions_map map, void *map_data) in duplicate_eh_regions()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | except.h | 258 typedef tree (*duplicate_eh_regions_map) (tree, void *); typedef 260 (struct function *, eh_region, int, duplicate_eh_regions_map, void *);
|
H A D | except.c | 483 duplicate_eh_regions_map label_map; 567 duplicate_eh_regions_map map, void *map_data) in duplicate_eh_regions()
|