Searched refs:_PyObject_GC_IS_TRACKED (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobjimpl.h296 #define _PyObject_GC_IS_TRACKED(o) \ macro
303 (!PyTuple_CheckExact(obj) || _PyObject_GC_IS_TRACKED(obj)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h296 #define _PyObject_GC_IS_TRACKED(o) \ macro
303 (!PyTuple_CheckExact(obj) || _PyObject_GC_IS_TRACKED(obj)))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtupleobject.c164 if (!PyTuple_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
867 if (_PyObject_GC_IS_TRACKED(v))
H A Ddictobject.c471 if (!_PyObject_GC_IS_TRACKED(mp)) { \
488 if (!PyDict_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
2341 if (_PyObject_GC_IS_TRACKED(d))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtupleobject.c164 if (!PyTuple_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
877 if (_PyObject_GC_IS_TRACKED(v))
H A Ddictobject.c471 if (!_PyObject_GC_IS_TRACKED(mp)) { \
488 if (!PyDict_CheckExact(op) || !_PyObject_GC_IS_TRACKED(op))
2307 if (_PyObject_GC_IS_TRACKED(d))

Completed in 68 milliseconds