Searched defs:__cxa_rethrow_primary_exception (Results 1 – 4 of 4) sorted by relevance
339 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument342 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
336 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { in INTERCEPTOR() argument339 REAL(__cxa_rethrow_primary_exception)(a); in INTERCEPTOR() local
784 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) in __cxa_rethrow_primary_exception() function