Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp450 INTERCEPTOR(void,__cxa_throw,void * a,void * b,void * c) INTERCEPTOR() argument
453 REAL(__cxa_throw)(a, b, c); INTERCEPTOR() local
/freebsd-src/contrib/libcxxrt/
H A Dexception.cc817 extern "C" void __cxa_throw(void *thrown_exception, __cxa_throw() function