Home
last modified time | relevance | path

Searched refs:use_cxa_end_cleanup (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.h179 bool use_cxa_end_cleanup; member
H A Dexcept.c388 new_eh->use_cxa_end_cleanup = true; in gen_eh_region()
596 new_r->use_cxa_end_cleanup = old_r->use_cxa_end_cleanup; in duplicate_eh_regions_1()
H A Dtree-eh.c3441 if (src_r->use_cxa_end_cleanup) in lower_resx()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.h179 bool use_cxa_end_cleanup; member
H A Dexcept.cc389 new_eh->use_cxa_end_cleanup = true; in gen_eh_region()
597 new_r->use_cxa_end_cleanup = old_r->use_cxa_end_cleanup; in duplicate_eh_regions_1()
H A Dtree-eh.cc3436 if (src_r->use_cxa_end_cleanup) in lower_resx()
H A DChangeLog-20097926 * except.h (struct eh_region_d): Add use_cxa_end_cleanup.