Searched refs:Py_TPFLAGS_INT_SUBCLASS (Results 1 - 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dintobject.h31 PyType_FastSubclass((op)->ob_type, Py_TPFLAGS_INT_SUBCLASS)
H A Dobject.h629 #define Py_TPFLAGS_INT_SUBCLASS (1L<<23) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dintobject.h31 PyType_FastSubclass((op)->ob_type, Py_TPFLAGS_INT_SUBCLASS)
H A Dobject.h617 #define Py_TPFLAGS_INT_SUBCLASS (1L<<23) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
H A Dlibpython.py57 Py_TPFLAGS_INT_SUBCLASS = (1L << 23) variable
314 if tp_flags & Py_TPFLAGS_INT_SUBCLASS:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dintobject.c1435 Py_TPFLAGS_BASETYPE | Py_TPFLAGS_INT_SUBCLASS, /* tp_flags */
H A Dtypeobject.c3740 type->tp_flags |= Py_TPFLAGS_INT_SUBCLASS;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dintobject.c1404 Py_TPFLAGS_BASETYPE | Py_TPFLAGS_INT_SUBCLASS, /* tp_flags */
H A Dtypeobject.c3705 type->tp_flags |= Py_TPFLAGS_INT_SUBCLASS;

Completed in 148 milliseconds