Searched defs:__cxa_throw (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/ | ||
H A D | asan_interceptors.cpp | 450 INTERCEPTOR(void,__cxa_throw,void * a,void * b,void * c) INTERCEPTOR() argument |
/freebsd-src/contrib/libcxxrt/ | ||
H A D | exception.cc | 817 extern "C" void __cxa_throw(void *thrown_exception, __cxa_throw() function |