Searched refs:__cxa_rethrow_primary_exception (Results 1 – 6 of 6) sorted by relevance
225 void __cxa_rethrow_primary_exception(void* thrown_exception);
833 extern "C" void __cxa_rethrow_primary_exception(void* thrown_exception) in __cxa_rethrow_primary_exception() function
470 INTERCEPTOR(void, __cxa_rethrow_primary_exception, void *a) { argument471 CHECK(REAL(__cxa_rethrow_primary_exception));473 REAL(__cxa_rethrow_primary_exception)(a); local828 ASAN_INTERCEPT_FUNC(__cxa_rethrow_primary_exception);
59 __cxa_rethrow_primary_exception(p.__ptr_);
289 __cxa_rethrow_primary_exception;
290 __cxa_rethrow_primary_exception;