Searched refs:exceptionObject (Results 1 – 4 of 4) sorted by relevance
411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT { in __cxa_get_exception_ptr() argument414 reinterpret_cast<_Unwind_Exception *>(exceptionObject)+1)-1; in __cxa_get_exception_ptr()425 extern "C" void __cxa_decrement_exception_refcount(void* exceptionObject) in __cxa_decrement_exception_refcount() argument427 if (exceptionObject != NULL) in __cxa_decrement_exception_refcount()430 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_decrement_exception_refcount()432 __cxa_free_exception(exceptionObject); in __cxa_decrement_exception_refcount()436 extern "C" void __cxa_increment_exception_refcount(void* exceptionObject) in __cxa_increment_exception_refcount() argument438 if (exceptionObject != NULL) in __cxa_increment_exception_refcount()441 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_increment_exception_refcount()
105 void* __cxa_begin_catch(void* exceptionObject) _GABIXX_NOEXCEPT;116 void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT;124 void __cxa_decrement_exception_refcount(void* exceptionObject)127 void __cxa_increment_exception_refcount(void* exceptionObject)130 void __cxa_rethrow_primary_exception(void* exceptionObject);
46 extern void * __cxa_get_exception_ptr(void * exceptionObject) throw();47 extern void * __cxa_begin_catch(void * exceptionObject) throw();50 extern bool __cxa_begin_cleanup(void * exceptionObject) throw();
106 _Unwind_Exception* exceptionObject,111 _Unwind_Exception* exceptionObject,137 _Unwind_Exception* exceptionObject,145 _Unwind_Exception* exceptionObject,