Searched refs:inclass (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Derrors.c149 PyObject *inclass = NULL; local
167 inclass = PyExceptionInstance_Class(value);
178 if (!inclass || !PyObject_IsSubclass(inclass, type)) {
202 else if (inclass != type) {
204 type = inclass;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Derrors.c147 PyObject *inclass = NULL; local
165 inclass = PyExceptionInstance_Class(value);
176 if (!inclass || !PyObject_IsSubclass(inclass, type)) {
200 else if (inclass != type) {
202 type = inclass;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dabstract.c2881 PyObject *inclass = local
2883 retval = PyClass_IsSubclass(inclass, cls);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dabstract.c2885 PyObject *inclass = local
2887 retval = PyClass_IsSubclass(inclass, cls);

Completed in 29 milliseconds