Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp470 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { argument
473 REAL(__cxa_rethrow_primary_exception)(a); local
/freebsd/contrib/libcxxrt/
H A Dexception.cc833 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) in __cxa_rethrow_primary_exception() function