Home
last modified time | relevance | path

Searched refs:__cxa_rethrow_primary_exception (Results 1 – 7 of 7) 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
340 CHECK(REAL(__cxa_rethrow_primary_exception)); in INTERCEPTOR()
342 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
650 ASAN_INTERCEPT_FUNC(__cxa_rethrow_primary_exception); in InitializeAsanInterceptors()
/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
337 CHECK(REAL(__cxa_rethrow_primary_exception)); in INTERCEPTOR()
339 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
634 ASAN_INTERCEPT_FUNC(__cxa_rethrow_primary_exception); in InitializeAsanInterceptors()
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_interceptors.cc339 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument
340 CHECK(REAL(__cxa_rethrow_primary_exception)); in INTERCEPTOR()
342 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
650 ASAN_INTERCEPT_FUNC(__cxa_rethrow_primary_exception); in InitializeAsanInterceptors()
/netbsd/external/bsd/libc++/dist/libcxxrt/src/
H A Dcxxabi.h203 void __cxa_rethrow_primary_exception(void* thrown_exception);
H A Dexception.cc784 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) in __cxa_rethrow_primary_exception() function
/netbsd/external/apache2/llvm/dist/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp68 __cxa_rethrow_primary_exception(p.__ptr_);
/netbsd/external/apache2/llvm/dist/libcxx/lib/abi/
H A Dx86_64-unknown-linux-gnu.libcxxabi.v1.stable.exceptions.no_new_in_libcxx.abilist53 {'is_defined': False, 'name': '__cxa_rethrow_primary_exception', 'type': 'FUNC'}