Home
last modified time | relevance | path

Searched refs:next_lp (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dexcept.cc463 lp->next_lp = region->landing_pads; in gen_eh_landing_pad()
582 for (old_lp = old_r->landing_pads; old_lp ; old_lp = old_lp->next_lp) in duplicate_eh_regions_1()
1569 for (pp = &lp->region->landing_pads; *pp != lp; pp = &(*pp)->next_lp) in remove_eh_landing_pad()
1571 *pp = lp->next_lp; in remove_eh_landing_pad()
1586 for (lp = region->landing_pads; lp ; lp = lp->next_lp) in remove_eh_handler_splicer()
3306 for (lp = i->landing_pads; lp ; lp = lp->next_lp) in dump_eh_tree()
3311 if (lp->next_lp) in dump_eh_tree()
3317 for (lp = i->landing_pads; lp ; lp = lp->next_lp) in dump_eh_tree()
3333 if (lp->next_lp) in dump_eh_tree()
3465 for (lp = r->landing_pads; lp ; lp = lp->next_lp) in verify_eh_tree()
Dexcept.h72 struct eh_landing_pad_d *next_lp; member
Dtree-eh.cc105 gcc_assert (lp->next_lp == NULL); in record_stmt_eh_region()
4510 for (pp = &lp->region->landing_pads; *pp != lp; pp = &(*pp)->next_lp) in cleanup_empty_eh_move_lp()
4512 *pp = lp->next_lp; in cleanup_empty_eh_move_lp()
4515 lp->next_lp = new_region->landing_pads; in cleanup_empty_eh_move_lp()
Dlto-streamer-in.cc816 lp->next_lp = (eh_landing_pad) (intptr_t) streamer_read_hwi (ib); in input_eh_lp()
870 FIXUP_EH_LP (lp->next_lp); in fixup_eh_region_pointers()
Dlto-streamer-out.cc1990 if (lp->next_lp) in output_eh_lp()
1991 streamer_write_hwi (ob, lp->next_lp->index); in output_eh_lp()