Home
last modified time | relevance | path

Searched refs:PyExceptionClass_Check (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c108 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()
170 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()
654 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
Dceval.c1907 else if (PyExceptionClass_Check(v) || in PyEval_EvalFrameEx()
3518 if (PyExceptionClass_Check(type)) in do_raise()
3546 assert(PyExceptionClass_Check(type)); in do_raise()
Dpythonrun.c1243 else if (PyExceptionClass_Check(exception)) { in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c108 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()
172 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()
676 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
Dceval.c1910 else if (PyExceptionClass_Check(v) || in PyEval_EvalFrameEx()
3532 if (PyExceptionClass_Check(type)) { in do_raise()
3568 assert(PyExceptionClass_Check(type)); in do_raise()
Dpythonrun.c1268 else if (PyExceptionClass_Check(exception)) { in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c241 if (PyExceptionClass_Check(typ)) { in gen_throw()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c238 if (PyExceptionClass_Check(typ)) { in gen_throw()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h97 #define PyExceptionClass_Check(x) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h98 #define PyExceptionClass_Check(x) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1220 if (!PyExceptionClass_Check(exc)) { in raise_exception()