HomeSort by relevance Sort by last modified time
    Searched defs:PyType_IS_GC (Results 1 - 6 of 6) 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)) && \
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
cext.h 231 #ifndef PyType_IS_GC
232 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
238 if (PyType_IS_GC(((PyObject *)self)->ob_type)) \
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
cext.h 269 #ifndef PyType_IS_GC
270 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
280 if (PyType_IS_GC(Py_TYPE(self))) \
  /external/python/cpython2/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)) && \
  /external/python/cpython3/Include/
objimpl.h 240 #define PyType_IS_GC(t) PyType_HasFeature((t), Py_TPFLAGS_HAVE_GC)
243 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \

Completed in 185 milliseconds