Home
last modified time | relevance | path

Searched refs:PyExceptionClass_Name (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyerrors.h105 #define PyExceptionClass_Name(x) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyerrors.h106 #define PyExceptionClass_Name(x) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Derrors.c655 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
Dpythonrun.c1245 char* className = PyExceptionClass_Name(exception); in PyErr_Display()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Derrors.c677 className = PyExceptionClass_Name(t); in PyErr_WriteUnraisable()
Dpythonrun.c1270 char* className = PyExceptionClass_Name(exception); in PyErr_Display()