Searched refs:eh_region (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dexcept.h31 struct eh_region;
38 extern void note_eh_region_may_contain_throw (struct eh_region *);
46 extern void for_each_eh_region (void (*) (struct eh_region *));
91 extern struct eh_region *gen_eh_region_cleanup (struct eh_region *,
92 struct eh_region *);
93 extern struct eh_region *gen_eh_region_try (struct eh_region *);
94 extern struct eh_region *gen_eh_region_catch (struct eh_region *, tre
[all...]
H A Dexcept.c103 struct eh_region *region;
120 struct eh_region GTY(())
123 struct eh_region *outer;
126 struct eh_region *inner;
127 struct eh_region *next_peer;
153 struct eh_region *catch;
154 struct eh_region *last_catch;
160 struct eh_region *next_catch;
161 struct eh_region *prev_catch;
181 struct eh_region *prev_tr
119 struct eh_region GTY(()) function
202 typedef struct eh_region *eh_region; typedef in typeref:struct:eh_region
210 DEF_VEC_P(eh_region); variable
[all...]
H A Dtree-inline.h61 int eh_region; member in struct:copy_body_data
H A Dtree-eh.c89 record_stmt_eh_region (struct eh_region *region, tree t)
297 struct eh_region *cur_region;
298 struct eh_region *prev_try;
319 struct eh_region *region;
1441 struct eh_region *try_region;
1462 struct eh_region *catch_region;
1502 struct eh_region *this_region;
1542 struct eh_region *this_region;
1724 make_eh_edge (struct eh_region *region, void *data)
1765 mark_eh_edge (struct eh_region *regio
[all...]
H A Dtree-inline.c62 The duplicated eh_region info of the copy will later be appended
63 to the info for the caller; the eh_region info in copied throwing
777 && id->eh_region > 0)
779 add_stmt_to_eh_region (stmt, id->eh_region);
948 0, id->eh_region);
2029 id->eh_region = lookup_stmt_eh_region (stmt);
2304 id.eh_region = -1;
H A Dtree-cfg.c919 update_eh_label (struct eh_region *region)
2941 int eh_region; local
2951 eh_region = lookup_stmt_eh_region (orig_stmt);
2952 if (eh_region >= 0)
2955 add_stmt_to_eh_region (stmt, eh_region);
H A Domp-low.c845 ctx->cb.eh_region = -1;

Completed in 185 milliseconds