Searched refs:_Py_AS_GC (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dobjimpl.h263 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
272 PyGC_Head *g = _Py_AS_GC(o); \
287 PyGC_Head *g = _Py_AS_GC(o); \
297 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dobjimpl.h263 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
272 PyGC_Head *g = _Py_AS_GC(o); \
287 PyGC_Head *g = _Py_AS_GC(o); \
297 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dgenobject.c191 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
H A Dobject.c2421 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED);
2423 _Py_AS_GC(op)->gc.gc_prev = (PyGC_Head *)_PyTrash_delete_later;
2438 (PyObject*) _Py_AS_GC(op)->gc.gc_prev;
H A Dtypeobject.c5750 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dobject.c2442 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED);
2444 _Py_AS_GC(op)->gc.gc_prev = (PyGC_Head *)_PyTrash_delete_later;
2454 assert(_Py_AS_GC(op)->gc.gc_refs == _PyGC_REFS_UNTRACKED);
2456 _Py_AS_GC(op)->gc.gc_prev = (PyGC_Head *) tstate->trash_delete_later;
2471 (PyObject*) _Py_AS_GC(op)->gc.gc_prev;
2496 (PyObject*) _Py_AS_GC(op)->gc.gc_prev;
H A Dgenobject.c194 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);
H A Dtypeobject.c5802 _Py_AS_GC(self)->gc.gc_refs != _PyGC_REFS_UNTRACKED);

Completed in 93 milliseconds