OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:depth_in_use
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ggc-page.cc
427
unsigned int
depth_in_use
;
549
if (G.
depth_in_use
>= G.depth_max)
554
G.depth[G.
depth_in_use
++] = i;
968
while (G.
depth_in_use
> (size_t)top->context_depth+1)
969
--G.
depth_in_use
;
1304
while (new_entry->context_depth >= G.
depth_in_use
)
1825
G.
depth_in_use
= 0;
426
unsigned int
depth_in_use
;
member in struct:ggc_globals
/src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc
427
unsigned int
depth_in_use
;
549
if (G.
depth_in_use
>= G.depth_max)
554
G.depth[G.
depth_in_use
++] = i;
967
while (G.
depth_in_use
> (size_t)top->context_depth+1)
968
--G.
depth_in_use
;
1303
while (new_entry->context_depth >= G.
depth_in_use
)
1821
G.
depth_in_use
= 0;
426
unsigned int
depth_in_use
;
member in struct:ggc_globals
Completed in 26 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026