Home
last modified time | relevance | path

Searched refs:gc_next (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dgcmodule.c224 list->gc.gc_next = list; in gc_list_init()
230 return (list->gc.gc_next == list); in gc_list_is_empty()
239 node->gc.gc_next = list;
241 node->gc.gc_prev->gc.gc_next = node;
250 node->gc.gc_prev->gc.gc_next = node->gc.gc_next; in gc_list_remove()
251 node->gc.gc_next->gc.gc_prev = node->gc.gc_prev; in gc_list_remove()
252 node->gc.gc_next = NULL; /* object is not currently tracked */ in gc_list_remove()
264 PyGC_Head *current_next = node->gc.gc_next; in gc_list_move()
266 current_prev->gc.gc_next = current_next; in gc_list_move()
270 new_prev->gc.gc_next = list->gc.gc_prev = node; in gc_list_move()
[all …]
/external/python/cpython2/Include/
Dobjimpl.h254 union _gc_head *gc_next; member
276 g->gc.gc_next = _PyGC_generation0; \
278 g->gc.gc_prev->gc.gc_next = g; \
290 g->gc.gc_prev->gc.gc_next = g->gc.gc_next; \
291 g->gc.gc_next->gc.gc_prev = g->gc.gc_prev; \
292 g->gc.gc_next = NULL; \
/external/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c8 union _gc_head *gc_next; member
Dunion-init.c8 union _gc_head *gc_next; member