Searched defs:__cxa_throw (Results 1 – 3 of 3) sorted by relevance
57 __cxxabiv1::__cxa_throw (void *obj, std::type_info *tinfo, in __cxa_throw() function in __cxxabiv1
332 INTERCEPTOR(void, __cxa_throw, void *a, void *b, void *c) { in INTERCEPTOR() argument335 REAL(__cxa_throw)(a, b, c); in INTERCEPTOR() local
787 extern "C" void __cxa_throw(void *thrown_exception, in __cxa_throw() function