Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c106 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()
165 inclass = PyExceptionInstance_Class(value); in PyErr_NormalizeException()
Dcodecs.c464 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()
Dceval.c3532 type = PyExceptionInstance_Class(type); in do_raise()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c106 err = PyExceptionInstance_Class(err); in PyErr_GivenExceptionMatches()
167 inclass = PyExceptionInstance_Class(value); in PyErr_NormalizeException()
Dcodecs.c464 PyErr_SetObject(PyExceptionInstance_Class(exc), exc); in PyCodec_StrictErrors()
Dceval.c3554 type = PyExceptionInstance_Class(type); in do_raise()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c256 typ = PyExceptionInstance_Class(typ); in gen_throw()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c253 typ = PyExceptionInstance_Class(typ); in gen_throw()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h110 #define PyExceptionInstance_Class(x) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h111 #define PyExceptionInstance_Class(x) \ macro