HomeSort by relevance Sort by last modified time
    Searched defs:PyObject_IS_GC (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
302 (PyObject_IS_GC(obj) && \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
302 (PyObject_IS_GC(obj) && \
  /external/python/cpython2/Include/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
317 (PyObject_IS_GC(obj) && \
  /external/python/cpython3/Include/
objimpl.h 243 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
326 (PyObject_IS_GC(obj) && \

Completed in 1153 milliseconds