OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tag_depth
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gcov-dump.cc
245
unsigned
tag_depth
;
local
256
for (
tag_depth
= 4; mask; mask >>= 8)
263
tag_depth
--;
272
if (depth && depth <
tag_depth
)
278
depth =
tag_depth
;
282
print_prefix (filename,
tag_depth
, position);
/src/external/gpl3/gcc.old/dist/gcc/
gcov-dump.cc
232
unsigned
tag_depth
;
local
243
for (
tag_depth
= 4; mask; mask >>= 8)
250
tag_depth
--;
259
if (depth && depth <
tag_depth
)
265
depth =
tag_depth
;
269
print_prefix (filename,
tag_depth
, position);
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-util.c
321
unsigned
tag_depth
;
local
332
for (
tag_depth
= 4; mask; mask >>= 8)
339
tag_depth
--;
348
if (depth && depth <
tag_depth
)
354
depth =
tag_depth
;
/src/external/gpl3/gcc/dist/libgcc/
libgcov-util.c
311
unsigned
tag_depth
;
local
322
for (
tag_depth
= 4; mask; mask >>= 8)
329
tag_depth
--;
338
if (depth && depth <
tag_depth
)
344
depth =
tag_depth
;
Completed in 32 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026