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_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
ggc-page.cc
430
unsigned int
depth_max
;
549
if (G.depth_in_use >= G.
depth_max
)
551
G.
depth_max
*= 2;
552
G.depth = XRESIZEVEC (unsigned int, G.depth, G.
depth_max
);
1826
G.
depth_max
= 10;
1827
G.depth = XNEWVEC (unsigned int, G.
depth_max
);
429
unsigned int
depth_max
;
member in struct:ggc_globals
/src/external/gpl3/gcc.old/dist/gcc/
ggc-page.cc
430
unsigned int
depth_max
;
549
if (G.depth_in_use >= G.
depth_max
)
551
G.
depth_max
*= 2;
552
G.depth = XRESIZEVEC (unsigned int, G.depth, G.
depth_max
);
1822
G.
depth_max
= 10;
1823
G.depth = XNEWVEC (unsigned int, G.
depth_max
);
429
unsigned int
depth_max
;
member in struct:ggc_globals
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026