Searched refs:__cxa_throw (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, function in class:__cxxabiv1
H A Dunwind-cxx.h115 extern "C" void __cxa_throw (void *thrown_exception,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp332 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) {
333 CHECK(REAL(__cxa_throw));
335 REAL(__cxa_throw)(a, b, c);
674 ASAN_INTERCEPT_FUNC(__cxa_throw);
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc787 extern "C" void __cxa_throw(void *thrown_exception, function
1308 // __cxa_throw(), which must have been called before we end a catch block

Completed in 213 milliseconds