Home
last modified time | relevance | path

Searched refs:exceptionObject (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/gabi++/src/
Dcxxabi.cc411 extern "C" void* __cxa_get_exception_ptr(void* exceptionObject) _GABIXX_NOEXCEPT { in __cxa_get_exception_ptr() argument
414 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() argument
427 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() argument
438 if (exceptionObject != NULL) in __cxa_increment_exception_refcount()
441 reinterpret_cast<__cxa_exception*>(exceptionObject)-1; in __cxa_increment_exception_refcount()
/ndk/sources/cxx-stl/gabi++/include/
Dcxxabi.h105 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);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dcxxabi.h46 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();
Dunwind.h106 _Unwind_Exception* exceptionObject,
111 _Unwind_Exception* exceptionObject,
137 _Unwind_Exception* exceptionObject,
145 _Unwind_Exception* exceptionObject,