Searched refs:primary_exception (Results 1 – 2 of 2) sorted by relevance
160 extern void __cxa_rethrow_primary_exception(void* primary_exception);161 extern void __cxa_increment_exception_refcount(void* primary_exception) throw();162 extern void __cxa_decrement_exception_refcount(void* primary_exception) throw();
446 extern "C" void __cxa_rethrow_primary_exception(void* primary_exception) { in __cxa_rethrow_primary_exception() argument