Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/libstdc++/libsupc++/
Deh_throw.cc57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() function in __cxxabiv1
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interceptors.cpp332 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument
335 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
/freebsd-11-stable/contrib/libcxxrt/
HDexception.cc787 extern "C" void __cxa_throw(void *thrown_exception, in __cxa_throw() function