/aosp_15_r20/external/compiler-rt/lib/builtins/ |
H A D | gcc_personality_v0.c | 142 continueUnwind(struct _Unwind_Exception *exceptionObject, in continueUnwind() argument 149 if (__gnu_unwind_frame(exceptionObject, context) != _URC_OK) in continueUnwind() 168 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() argument 173 _Unwind_State state, struct _Unwind_Exception *exceptionObject, in __gcc_personality_sj0() 178 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0() 191 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0() 196 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0() 231 (uintptr_t)exceptionObject); in __gcc_personality_sj0() 239 return continueUnwind(exceptionObject, context); in __gcc_personality_sj0()
|
/aosp_15_r20/external/cronet/third_party/libc++abi/src/src/ |
H A D | aix_state_tab_eh.inc | 589 __xlc_catch_matchv2(_Unwind_Exception* exceptionObject, std::type_info* catchTypeInfo, void*& obj) { 590 …_LIBCXXABI_TRACE_STATETAB("Entering %s, exceptionObject=%p\n", __func__, reinterpret_cast<void*>(e… 592 if (!__isOurExceptionClass(exceptionObject)) { 599 if (__getExceptionClass(exceptionObject) == kOurDependentExceptionClass) { 603 reinterpret_cast<__cxa_dependent_exception*>(exceptionObject + 1) - 1; 605 _LIBCXXABI_TRACE_STATETAB("exceptionObject 0x%p is a dependent, primary 0x%p\n", 606 reinterpret_cast<void*>(exceptionObject), 608 exceptionObject = &exceptionHeader->unwindHeader; 610 …_LIBCXXABI_TRACE_STATETAB("exceptionObject %p is NOT a dependent\n", reinterpret_cast<void*>(excep… 611 exceptionHeader = reinterpret_cast<__cxa_exception*>(exceptionObject + 1) - 1; [all …]
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1462 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() argument 1482 if (*exceptionObject == NULL) { in unicode_decode_call_errorhandler() 1483 *exceptionObject = PyUnicodeDecodeError_Create( in unicode_decode_call_errorhandler() 1485 if (*exceptionObject == NULL) in unicode_decode_call_errorhandler() 1489 if (PyUnicodeDecodeError_SetStart(*exceptionObject, *startinpos)) in unicode_decode_call_errorhandler() 1491 if (PyUnicodeDecodeError_SetEnd(*exceptionObject, *endinpos)) in unicode_decode_call_errorhandler() 1493 if (PyUnicodeDecodeError_SetReason(*exceptionObject, reason)) in unicode_decode_call_errorhandler() 1497 restuple = PyObject_CallFunctionObjArgs(*errorHandler, *exceptionObject, NULL); in unicode_decode_call_errorhandler() 3526 static void make_encode_exception(PyObject **exceptionObject, in make_encode_exception() argument 3532 if (*exceptionObject == NULL) { in make_encode_exception() [all …]
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | cxxabi.h | 59 __cxa_get_exception_ptr(void *exceptionObject) throw(); 61 __cxa_begin_catch(void *exceptionObject) throw(); 65 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/external/libcxxabi/include/ |
H A D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxxabi/include/ |
D | cxxabi.h | 54 __cxa_get_exception_ptr(void *exceptionObject) throw(); 56 __cxa_begin_catch(void *exceptionObject) throw(); 60 __cxa_begin_cleanup(void *exceptionObject) throw();
|