Home
last modified time | relevance | path

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

/freebsd/contrib/libcxxrt/
H A Dcxxabi.h225 void __cxa_rethrow_primary_exception(void* thrown_exception);
H A Dexception.cc833 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) in __cxa_rethrow_primary_exception() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp470 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { argument
471 CHECK(REAL(__cxa_rethrow_primary_exception));
473 REAL(__cxa_rethrow_primary_exception)(a); local
828 ASAN_INTERCEPT_FUNC(__cxa_rethrow_primary_exception);
/freebsd/contrib/llvm-project/libcxx/src/support/runtime/
H A Dexception_pointer_cxxabi.ipp59 __cxa_rethrow_primary_exception(p.__ptr_);
/freebsd/lib/libcxxrt/
H A DVersion.map289 __cxa_rethrow_primary_exception;
H A DVersion.map.arm290 __cxa_rethrow_primary_exception;