Home
last modified time | relevance | path

Searched defs:__cxa_rethrow_primary_exception (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_interceptors.cc339 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument
342 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
/netbsd/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_interceptors.cc336 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument
339 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc339 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument
342 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
/netbsd/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc784 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) in __cxa_rethrow_primary_exception() function