Home
last modified time | relevance | path

Searched refs:exceptionDestructor (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_throw.cc49 if (header->exceptionDestructor) in __gxx_exception_cleanup()
50 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup()
62 header->exceptionDestructor = dest; in __cxa_throw()
H A Dunwind-cxx.h56 void (*exceptionDestructor)(void *); member
/freebsd-12.1/contrib/libcxxrt/
H A Dcxxabi.h95 void (*exceptionDestructor) (void *); member
H A Dexception.cc202 void (*exceptionDestructor) (void *); member
623 if (0 != ex->exceptionDestructor) in __cxa_free_exception()
627 ex->exceptionDestructor(thrown_exception); in __cxa_free_exception()
796 ex->exceptionDestructor = dest; in __cxa_throw()