HomeSort by relevance Sort by last modified time
    Searched refs:gc_refs (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 10 long gc_refs; member in struct:_gc_head::__anon7176
union-init.c 10 Py_ssize_t gc_refs; member in struct:_gc_head::__anon7355
  /prebuilts/gdb/darwin-x86/include/python2.7/
objimpl.h 256 Py_ssize_t gc_refs; member in struct:_gc_head::__anon44286
279 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \
281 g->gc.gc_refs = _PyGC_REFS_REACHABLE; \
294 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \
295 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
  /prebuilts/gdb/linux-x86/include/python2.7/
objimpl.h 256 Py_ssize_t gc_refs; member in struct:_gc_head::__anon44408
279 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \
281 g->gc.gc_refs = _PyGC_REFS_REACHABLE; \
294 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \
295 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 256 Py_ssize_t gc_refs; member in struct:_gc_head::__anon72524
279 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \
281 g->gc.gc_refs = _PyGC_REFS_REACHABLE; \
294 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \
295 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 256 Py_ssize_t gc_refs; member in struct:_gc_head::__anon72647
279 if (g->gc.gc_refs != _PyGC_REFS_UNTRACKED) \
281 g->gc.gc_refs = _PyGC_REFS_REACHABLE; \
294 assert(g->gc.gc_refs != _PyGC_REFS_UNTRACKED); \
295 g->gc.gc_refs = _PyGC_REFS_UNTRACKED; \
303 ((_Py_AS_GC(o))->gc.gc_refs != _PyGC_REFS_UNTRACKED)

Completed in 415 milliseconds