Home
last modified time | relevance | path

Searched refs:first_catch (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
HDexcept.h137 struct eh_catch_d *first_catch; member
HDcgraphbuild.c158 for (c = i->u.eh_try.first_catch; c; c = c->next_catch) in record_eh_tables()
HDexcept.c433 t->u.eh_try.first_catch = c; in gen_eh_region_catch()
553 for (oc = old_r->u.eh_try.first_catch; oc ; oc = oc->next_catch) in duplicate_eh_regions_1()
872 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in assign_filter_values()
3337 for (c = i->u.eh_try.first_catch; c; c = c->next_catch) in dump_eh_tree()
HDtree-eh.c2232 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in make_eh_dispatch_edges()
2390 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in redirect_eh_dispatch_edge()
3698 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in lower_eh_dispatch()
4826 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in verify_eh_dispatch_edge()
HDlto-streamer-in.c458 r->u.eh_try.first_catch = lto_input_eh_catch_list (ib, data_in, in input_eh_region()
HDlto-streamer-out.c1723 output_eh_try_list (ob, r->u.eh_try.first_catch); in output_eh_region()
HDtree-cfg.c1543 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in cleanup_dead_labels_eh()
HDtree.c5627 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in find_decls_types_in_eh_region()
/dragonfly/contrib/gcc-4.7/gcc/
HDexcept.h143 struct eh_catch_d *first_catch; member
HDcgraphbuild.c173 for (c = i->u.eh_try.first_catch; c; c = c->next_catch) in record_eh_tables()
HDexcept.c386 t->u.eh_try.first_catch = c; in gen_eh_region_catch()
509 for (oc = old_r->u.eh_try.first_catch; oc ; oc = oc->next_catch) in duplicate_eh_regions_1()
846 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in assign_filter_values()
3163 for (c = i->u.eh_try.first_catch; c; c = c->next_catch) in dump_eh_tree()
HDtree-eh.c2140 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in make_eh_dispatch_edges()
2298 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in redirect_eh_dispatch_edge()
3310 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in lower_eh_dispatch()
4377 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in verify_eh_dispatch_edge()
HDlto-streamer-in.c353 r->u.eh_try.first_catch = lto_input_eh_catch_list (ib, data_in, in input_eh_region()
HDlto-streamer-out.c496 output_eh_try_list (ob, r->u.eh_try.first_catch); in output_eh_region()
HDtree-cfg.c1138 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in cleanup_dead_labels_eh()
HDtree.c4981 for (c = r->u.eh_try.first_catch; c ; c = c->next_catch) in find_decls_types_in_eh_region()