Searched defs:exceptionObject (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/builtins/ |
D | gcc_personality_v0.c | 142 continueUnwind(struct _Unwind_Exception *exceptionObject, in continueUnwind() 168 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject, in __gcc_personality_sj0()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 507 struct _Unwind_Exception *exceptionObject) { in handleActionValue() 599 struct _Unwind_Exception *exceptionObject, in handleLsda() 781 struct _Unwind_Exception *exceptionObject, in ourPersonality()
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 536 struct _Unwind_Exception *exceptionObject) { in handleActionValue() 623 struct _Unwind_Exception *exceptionObject, in handleLsda() 808 struct _Unwind_Exception *exceptionObject, in ourPersonality()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 556 struct _Unwind_Exception *exceptionObject) { in handleActionValue() 649 struct _Unwind_Exception *exceptionObject, in handleLsda() 832 struct _Unwind_Exception *exceptionObject, in ourPersonality()
|
/external/python/cpython2/Objects/ |
D | unicodeobject.c | 1462 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() 3526 static void make_encode_exception(PyObject **exceptionObject, in make_encode_exception() 3550 static void raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception() 3569 … const Py_UNICODE *unicode, Py_ssize_t size, PyObject **exceptionObject, in unicode_encode_call_errorhandler() 4648 PyObject **exceptionObject, in charmap_encoding_error() 4848 static void make_translate_exception(PyObject **exceptionObject, in make_translate_exception() 4871 static void raise_translate_exception(PyObject **exceptionObject, in raise_translate_exception() 4889 … const Py_UNICODE *unicode, Py_ssize_t size, PyObject **exceptionObject, in unicode_translate_call_errorhandler()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4074 make_decode_exception(PyObject **exceptionObject, in make_decode_exception() 4111 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_wchar() 4216 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_writer() 6622 make_encode_exception(PyObject **exceptionObject, in make_encode_exception() 6648 raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception() 6668 PyObject *unicode, PyObject **exceptionObject, in unicode_encode_call_errorhandler() 8395 PyObject **exceptionObject, in charmap_encoding_error() 8638 make_translate_exception(PyObject **exceptionObject, in make_translate_exception() 8668 PyObject *unicode, PyObject **exceptionObject, in unicode_translate_call_errorhandler()
|