Home
last modified time | relevance | path

Searched defs:eh_region_d (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexcept.h124 struct GTY(()) eh_region_d struct
127 struct eh_region_d *outer; argument
130 struct eh_region_d *inner; argument
131 struct eh_region_d *next_peer; argument
134 int index;
137 enum eh_region_type type;
140 union eh_region_u {
190 typedef struct eh_region_d *eh_region; argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexcept.h118 struct GTY(()) eh_region_d struct
121 struct eh_region_d *outer; argument
124 struct eh_region_d *inner; argument
125 struct eh_region_d *next_peer; argument
128 int index;
131 enum eh_region_type type;
134 union eh_region_u {
184 typedef struct eh_region_d *eh_region; argument