Home
last modified time | relevance | path

Searched refs:eh_region (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexcept.h187 typedef struct eh_region_d *eh_region; typedef
197 eh_region region_tree;
200 vec<eh_region, va_gc> *region_array;
231 extern void remove_eh_handler (eh_region);
257 extern eh_region gen_eh_region_cleanup (eh_region);
258 extern eh_region gen_eh_region_try (eh_region);
259 extern eh_region gen_eh_region_allowed (eh_region, tree);
260 extern eh_region gen_eh_region_must_not_throw (eh_region);
272 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
308 static inline eh_region
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
255 extern eh_region gen_eh_region_cleanup (eh_region);
256 extern eh_region gen_eh_region_try (eh_region);
257 extern eh_region gen_eh_region_allowed (eh_region, tree);
258 extern eh_region gen_eh_region_must_not_throw (eh_region);
270 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
306 static inline eh_region
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexcept.h187 typedef struct eh_region_d *eh_region; typedef
197 eh_region region_tree;
200 vec<eh_region, va_gc> *region_array;
231 extern void remove_eh_handler (eh_region);
257 extern eh_region gen_eh_region_cleanup (eh_region);
258 extern eh_region gen_eh_region_try (eh_region);
259 extern eh_region gen_eh_region_allowed (eh_region, tree);
260 extern eh_region gen_eh_region_must_not_throw (eh_region);
272 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
308 static inline eh_region
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexcept.h187 typedef struct eh_region_d *eh_region; typedef
197 eh_region region_tree;
200 vec<eh_region, va_gc> *region_array;
231 extern void remove_eh_handler (eh_region);
257 extern eh_region gen_eh_region_cleanup (eh_region);
258 extern eh_region gen_eh_region_try (eh_region);
259 extern eh_region gen_eh_region_allowed (eh_region, tree);
260 extern eh_region gen_eh_region_must_not_throw (eh_region);
272 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
308 static inline eh_region
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
255 extern eh_region gen_eh_region_cleanup (eh_region);
256 extern eh_region gen_eh_region_try (eh_region);
257 extern eh_region gen_eh_region_allowed (eh_region, tree);
258 extern eh_region gen_eh_region_must_not_throw (eh_region);
270 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
306 static inline eh_region
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/cpp/
H A Dexcept.h30 struct eh_region;
37 extern void note_eh_region_may_contain_throw (struct eh_region *);
44 extern void for_each_eh_region (void (*) (struct eh_region *));
89 extern struct eh_region *gen_eh_region_cleanup (struct eh_region *,
91 extern struct eh_region *gen_eh_region_try (struct eh_region *);
92 extern struct eh_region *gen_eh_region_catch (struct eh_region *, tree);
93 extern struct eh_region *gen_eh_region_allowed (struct eh_region *, tree);
94 extern struct eh_region *gen_eh_region_must_not_throw (struct eh_region *);
95 extern int get_eh_region_number (struct eh_region *);
97 extern tree get_eh_region_tree_label (struct eh_region *);
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexcept.h31 struct eh_region;
46 extern void for_each_eh_region (void (*) (struct eh_region *));
90 extern struct eh_region *gen_eh_region_cleanup (struct eh_region *,
91 struct eh_region *);
92 extern struct eh_region *gen_eh_region_try (struct eh_region *);
93 extern struct eh_region *gen_eh_region_catch (struct eh_region *, tree);
94 extern struct eh_region *gen_eh_region_allowed (struct eh_region *, tree);
95 extern struct eh_region *gen_eh_region_must_not_throw (struct eh_region *);
96 extern int get_eh_region_number (struct eh_region *);
98 extern tree get_eh_region_tree_label (struct eh_region *);
[all …]
H A Dexcept.c202 typedef struct eh_region *eh_region; typedef
210 DEF_VEC_P(eh_region);
478 struct eh_region *
486 struct eh_region *
492 struct eh_region *
524 struct eh_region *
536 struct eh_region *
570 struct eh_region *reg = VEC_index (eh_region, in expand_resx_expr()
864 struct eh_region *n = ggc_alloc_cleared (sizeof (struct eh_region)); in duplicate_eh_region_1()
876 duplicate_eh_region_2 (struct eh_region *o, struct eh_region **n_array, in duplicate_eh_region_2()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dexcept.h184 typedef struct eh_region_d *eh_region; typedef
194 eh_region region_tree;
197 vec<eh_region, va_gc> *region_array;
228 extern void remove_eh_handler (eh_region);
254 extern eh_region gen_eh_region_cleanup (eh_region);
255 extern eh_region gen_eh_region_try (eh_region);
256 extern eh_region gen_eh_region_allowed (eh_region, tree);
257 extern eh_region gen_eh_region_must_not_throw (eh_region);
269 extern eh_region eh_region_outermost (struct function *, eh_region, eh_region);
305 static inline eh_region
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexcept.c119 struct eh_region GTY(())
122 struct eh_region *outer;
125 struct eh_region *inner;
275 static struct eh_region *duplicate_eh_region_1 (struct eh_region *,
277 static void duplicate_eh_region_2 (struct eh_region *, struct eh_region **);
322 struct eh_region *, struct eh_region *);
1016 struct eh_region *r; in remove_unreachable_regions()
1270 struct eh_region *n = ggc_alloc_cleared (sizeof (struct eh_region)); in duplicate_eh_region_1()
1316 duplicate_eh_region_2 (struct eh_region *o, struct eh_region **n_array) in duplicate_eh_region_2()
2554 struct eh_region *c; in reachable_next_level()
[all …]

12345678910>>...24