| /src/external/gpl3/gcc/dist/gcc/ |
| tree-eh.h | 24 typedef struct eh_region_d *eh_region; typedef in typeref:struct:eh_region_d
|
| except.h | 184 typedef struct eh_region_d *eh_region; typedef in typeref:struct:eh_region_d 194 eh_region region_tree; 197 vec<eh_region, va_gc> *region_array; 210 /* The table of all action chains. These encode the eh_region tree in 228 extern void remove_eh_handler (eh_region); 249 (struct function *, eh_region, int, duplicate_eh_regions_map, void *); 254 extern eh_region gen_eh_region_cleanup (eh_region); 255 extern eh_region gen_eh_region_try (eh_region); [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-eh.h | 24 typedef struct eh_region_d *eh_region; typedef in typeref:struct:eh_region_d
|
| except.h | 184 typedef struct eh_region_d *eh_region; typedef in typeref:struct:eh_region_d 194 eh_region region_tree; 197 vec<eh_region, va_gc> *region_array; 210 /* The table of all action chains. These encode the eh_region tree in 228 extern void remove_eh_handler (eh_region); 249 (struct function *, eh_region, int, duplicate_eh_regions_map, void *); 254 extern eh_region gen_eh_region_cleanup (eh_region); 255 extern eh_region gen_eh_region_try (eh_region); [all...] |