OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gc_next
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CodeGen/
2008-08-07-AlignPadding1.c
8
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon16411
union-init.c
8
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon16548
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon60471
282
g->gc.
gc_next
= _PyGC_generation0; \
284
g->gc.gc_prev->gc.
gc_next
= g; \
289
*
gc_next
doesn't need to be set to NULL, but doing so is a good
296
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
297
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
298
g->gc.
gc_next
= NULL; \
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
254
union _gc_head *
gc_next
;
member in struct:_gc_head::__anon60594
282
g->gc.
gc_next
= _PyGC_generation0; \
284
g->gc.gc_prev->gc.
gc_next
= g; \
289
*
gc_next
doesn't need to be set to NULL, but doing so is a good
296
g->gc.gc_prev->gc.
gc_next
= g->gc.
gc_next
; \
297
g->gc.
gc_next
->gc.gc_prev = g->gc.gc_prev; \
298
g->gc.
gc_next
= NULL; \
Completed in 1278 milliseconds