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 =()
597 __cxa_increment_exception_refcount(void* thrown_object) throw() in __cxa_increment_exception_refcount() function657 __cxa_increment_exception_refcount(thrown_object); in __cxa_current_primary_exception()694 __cxa_increment_exception_refcount(thrown_object); in __cxa_rethrow_primary_exception()
161 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;