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

  /external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c 9 union _gc_head *gc_prev; member in struct:_gc_head::__anon19127
union-init.c 9 union _gc_head *gc_prev; member in struct:_gc_head::__anon19264
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h 255 union _gc_head *gc_prev; member in struct:_gc_head::__anon63187
283 g->gc.gc_prev = _PyGC_generation0->gc.gc_prev; \
284 g->gc.gc_prev->gc.gc_next = g; \
285 _PyGC_generation0->gc.gc_prev = g; \
296 g->gc.gc_prev->gc.gc_next = g->gc.gc_next; \
297 g->gc.gc_next->gc.gc_prev = g->gc.gc_prev; \
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h 255 union _gc_head *gc_prev; member in struct:_gc_head::__anon63310
283 g->gc.gc_prev = _PyGC_generation0->gc.gc_prev; \
284 g->gc.gc_prev->gc.gc_next = g; \
285 _PyGC_generation0->gc.gc_prev = g; \
296 g->gc.gc_prev->gc.gc_next = g->gc.gc_next; \
297 g->gc.gc_next->gc.gc_prev = g->gc.gc_prev; \

Completed in 391 milliseconds