Searched refs:exceptionObject (Results 1 – 6 of 6) sorted by relevance
/external/libcxxabi/include/ |
D | unwind.h | 106 _Unwind_Exception* exceptionObject, 111 _Unwind_Exception* exceptionObject, 137 _Unwind_Exception* exceptionObject, 145 _Unwind_Exception* exceptionObject,
|
D | cxxabi.h | 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();
|
/external/libcxx/include/ |
D | cxxabi.h | 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();
|
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 147 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() argument 152 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() 199 (uintptr_t)exceptionObject); in __gcc_personality_sj0()
|
D | README.txt | 217 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 555 struct _Unwind_Exception *exceptionObject) { in handleActionValue() argument 559 !exceptionObject || in handleActionValue() 564 (((char*) exceptionObject) + ourBaseFromUnwindOffset); in handleActionValue() 572 exceptionObject, in handleActionValue() 648 struct _Unwind_Exception *exceptionObject, in handleLsda() argument 753 exceptionObject); in handleLsda() 769 (uintptr_t)exceptionObject); in handleLsda() 831 struct _Unwind_Exception *exceptionObject, in ourPersonality() argument 859 exceptionObject, in ourPersonality()
|