Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp458 INTERCEPTOR(void,__cxa_rethrow_primary_exception,void * a) INTERCEPTOR() argument
461 REAL(__cxa_rethrow_primary_exception)(a); INTERCEPTOR() local
/freebsd-src/contrib/libcxxrt/
H A Dexception.cc827 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) __cxa_rethrow_primary_exception() function