Home
last modified time | relevance | path

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

/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_throw.cc51 if (header->exceptionDestructor) in __gxx_exception_cleanup()
52 header->exceptionDestructor (header + 1); in __gxx_exception_cleanup()
63 header->exceptionDestructor = dest; in __cxa_throw()
H A Dunwind-cxx.h54 void (*exceptionDestructor)(void *); member
/openbsd-src/gnu/gcc/libstdc++-v3/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
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_exception.h46 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
84 void (_LIBCXXABI_DTOR_FUNC *exceptionDestructor)(void *);
H A Dcxa_exception.cpp264 exception_header->exceptionDestructor = dest; in __cxa_throw()
673 if (NULL != exception_header->exceptionDestructor) in __cxa_decrement_exception_refcount()
674 exception_header->exceptionDestructor(thrown_object); in __cxa_decrement_exception_refcount()