Home
last modified time | relevance | path

Searched refs:gc_next (Results 1 – 6 of 6) 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.h258 union _gc_head_old *gc_next; member
268 union _gc_head *gc_next; member
291 g->gc.gc_next = _PyGC_generation0; \
293 g->gc.gc_prev->gc.gc_next = g; \
305 g->gc.gc_prev->gc.gc_next = g->gc.gc_next; \
306 g->gc.gc_next->gc.gc_prev = g->gc.gc_prev; \
307 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
/external/llvm-project/clang/test/CodeGen/
D2008-08-07-AlignPadding1.c8 union _gc_head *gc_next; member
Dunion-init.c8 union _gc_head *gc_next; member