Searched refs:__cxa_increment_exception_refcount (Results 1 – 6 of 6) sorted by relevance
202 __cxa_increment_exception_refcount(__ptr_); in exception_ptr()222 __cxa_increment_exception_refcount(other.__ptr_); in operator =()
594 __cxa_increment_exception_refcount(void* thrown_object) throw() in __cxa_increment_exception_refcount() function654 __cxa_increment_exception_refcount(thrown_object); in __cxa_current_primary_exception()691 __cxa_increment_exception_refcount(thrown_object); in __cxa_rethrow_primary_exception()
174 extern void __cxa_increment_exception_refcount(void* primary_exception) throw();
127 void __cxa_increment_exception_refcount(void* exceptionObject)
436 extern "C" void __cxa_increment_exception_refcount(void* exceptionObject) in __cxa_increment_exception_refcount() function
316 __cxa_increment_exception_refcount;