Home
last modified time | relevance | path

Searched refs:PyExceptionInstance_Class (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dcodecs.c668 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()
1156 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()
1174 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()
1235 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()
1271 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogatePassErrors()
1314 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogateEscapeErrors()
1348 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_SurrogateEscapeErrors()
Derrors.c273 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()
341 inclass = PyExceptionInstance_Class(value); in _PyErr_NormalizeException()
467 PyObject *type = PyExceptionInstance_Class(exc_value); in get_exc_type()
Dceval.c2683 PyObject *exc = Py_NewRef(PyExceptionInstance_Class(val));
2715 PyObject *exc = Py_NewRef(PyExceptionInstance_Class(val));
4450 exc = PyExceptionInstance_Class(val);
6539 type = PyExceptionInstance_Class(value);
6567 type = PyExceptionInstance_Class(exc);
/aosp_15_r20/external/python/cpython2/Python/
Derrors.c106 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()
167 inclass = PyExceptionInstance_Class(value); in PyErr_NormalizeException()
Dcodecs.c619 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()
Dceval.c3891 type = PyExceptionInstance_Class(type); in do_raise()
/aosp_15_r20/external/python/cpython2/Objects/
Dgenobject.c256 typ = PyExceptionInstance_Class(typ); in gen_throw()
/aosp_15_r20/external/python/cpython2/Include/
Dpyerrors.h111 #define PyExceptionInstance_Class(x) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpyerrors.h65 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpyerrors.h65 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
/aosp_15_r20/external/python/cpython3/Include/
Dpyerrors.h65 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpyerrors.h65 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpyerrors.h65 #define PyExceptionInstance_Class(x) ((PyObject*)Py_TYPE(x)) macro
/aosp_15_r20/external/python/cpython3/Modules/
D_asynciomodule.c866 PyErr_SetObject(PyExceptionInstance_Class(result), result); in _asyncio_Future_result_impl()
1694 type = PyExceptionInstance_Class(type); in FutureIter_throw()
/aosp_15_r20/external/python/cpython3/Objects/
Dgenobject.c538 typ = PyExceptionInstance_Class(typ); in _gen_throw()