HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_IS_GC (Results 1 - 12 of 12) 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) && \
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 241 #define PyObject_IS_GC(o) (PyType_IS_GC(Py_TYPE(o)) && \
308 (PyObject_IS_GC(obj) && \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 360 if (PyObject_IS_GC(op)) {
395 if (PyObject_IS_GC(op)) {
562 if (PyObject_IS_GC(op)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 320 if (PyObject_IS_GC(op)) {
355 if (PyObject_IS_GC(op)) {
511 if (PyObject_IS_GC(op)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
sysmodule.c 731 if (PyObject_IS_GC(o))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
sysmodule.c 737 if (PyObject_IS_GC(o)) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
object.c     [all...]

Completed in 689 milliseconds