Home
last modified time | relevance | path

Searched defs:__cxa_throw (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc78 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() function in __cxxabiv1
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_throw.cc75 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() function in __cxxabiv1
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cpp319 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
322 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc331 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
334 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc328 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
331 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc767 extern "C" void __cxa_throw(void *thrown_exception, in __cxa_throw() function