Searched refs:context_depth (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dggc-page.c287 unsigned short context_depth;
380 unsigned short context_depth;
658 printf ("%p(%1d|%3d) -> ", (void *) p, p->context_depth,
879 entry->context_depth = G.context_depth;
884 G.context_depth_allocations |= (unsigned long)1 << G.context_depth;
922 while (G.depth_in_use > (size_t)top->context_depth+1)
954 gcc_assert (entry->context_depth == top->context_depth);
1118 while (new_entry->context_depth >
285 unsigned short context_depth; member in struct:page_entry
378 unsigned short context_depth; member in struct:globals
[all...]

Completed in 160 milliseconds