HomeSort by relevance Sort by last modified time
    Searched refs:PyType_IS_GC (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 238 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
genobject.c 190 assert(PyType_IS_GC(self->ob_type) &&
typeobject.c 752 if (PyType_IS_GC(type))
770 if (PyType_IS_GC(type))
899 if (!PyType_IS_GC(type)) {
1011 if (PyType_IS_GC(base))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
genobject.c 193 assert(PyType_IS_GC(self->ob_type) &&
typeobject.c 760 if (PyType_IS_GC(type))
778 if (PyType_IS_GC(type))
913 if (!PyType_IS_GC(type)) {
1027 if (PyType_IS_GC(base))
    [all...]

Completed in 528 milliseconds