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

/prebuilts/gdb/darwin-x86/include/python2.7/
H A Dobjimpl.h269 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
278 PyGC_Head *g = _Py_AS_GC(o); \
293 PyGC_Head *g = _Py_AS_GC(o); \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/prebuilts/gdb/linux-x86/include/python2.7/
H A Dobjimpl.h269 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
278 PyGC_Head *g = _Py_AS_GC(o); \
293 PyGC_Head *g = _Py_AS_GC(o); \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dobjimpl.h269 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
278 PyGC_Head *g = _Py_AS_GC(o); \
293 PyGC_Head *g = _Py_AS_GC(o); \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dobjimpl.h269 #define _Py_AS_GC(o) ((PyGC_Head *)(o)-1) macro
278 PyGC_Head *g = _Py_AS_GC(o); \
293 PyGC_Head *g = _Py_AS_GC(o); \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)

Completed in 43 milliseconds