Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Derrors.c108 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()
172 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()
673 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
Dceval.c2149 else if (PyExceptionClass_Check(v) || in PyEval_EvalFrameEx()
3869 if (PyExceptionClass_Check(type)) { in do_raise()
3905 assert(PyExceptionClass_Check(type)); in do_raise()
Dpythonrun.c1276 else if (PyExceptionClass_Check(exception)) { in PyErr_Display()
/external/python/cpython3/Python/
Derrors.c90 !PyExceptionClass_Check(exception)) { in PyErr_SetObject()
207 if (PyExceptionClass_Check(err) && PyExceptionClass_Check(exc)) { in PyErr_GivenExceptionMatches()
257 if (PyExceptionClass_Check(type)) { in PyErr_NormalizeException()
978 assert(PyExceptionClass_Check(t)); in PyErr_WriteUnraisable()
Dceval.c1877 else if (PyExceptionClass_Check(status)) { in _PyEval_EvalFrameDefault()
4013 if (PyExceptionClass_Check(exc)) { in do_raise()
4045 if (PyExceptionClass_Check(cause)) { in do_raise()
4727 if (!PyExceptionClass_Check(exc)) { in cmp_outcome()
4735 if (!PyExceptionClass_Check(w)) { in cmp_outcome()
Dpythonrun.c779 assert(PyExceptionClass_Check(type)); in print_exception()
/external/python/cpython2/Objects/
Dgenobject.c241 if (PyExceptionClass_Check(typ)) { in gen_throw()
/external/python/cpython2/Include/
Dpyerrors.h98 #define PyExceptionClass_Check(x) \ macro
/external/python/cpython3/Include/
Dpyerrors.h136 #define PyExceptionClass_Check(x) \ macro
/external/python/cpython3/Modules/
D_asynciomodule.c553 if (PyExceptionClass_Check(exc)) { in future_set_exception()
1576 if (PyExceptionClass_Check(type)) { in FutureIter_throw()
/external/python/cpython3/Objects/
Dgenobject.c481 if (PyExceptionClass_Check(typ)) in _gen_throw()
/external/python/cpython2/Modules/
D_testcapimodule.c1891 if (!PyExceptionClass_Check(exc)) { in raise_exception()