Home
last modified time | relevance | path

Searched refs:tag_depth (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c226 unsigned tag_depth; in dump_gcov_file() local
236 for (tag_depth = 4; mask; mask >>= 8) in dump_gcov_file()
243 tag_depth--; in dump_gcov_file()
252 if (depth && depth < tag_depth) in dump_gcov_file()
258 depth = tag_depth; in dump_gcov_file()
262 print_prefix (filename, tag_depth, position); in dump_gcov_file()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.cc232 unsigned tag_depth; in dump_gcov_file() local
243 for (tag_depth = 4; mask; mask >>= 8) in dump_gcov_file()
250 tag_depth--; in dump_gcov_file()
259 if (depth && depth < tag_depth) in dump_gcov_file()
265 depth = tag_depth; in dump_gcov_file()
269 print_prefix (filename, tag_depth, position); in dump_gcov_file()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dlibgcov-util.c320 unsigned tag_depth; in read_gcda_file() local
330 for (tag_depth = 4; mask; mask >>= 8) in read_gcda_file()
337 tag_depth--; in read_gcda_file()
346 if (depth && depth < tag_depth) in read_gcda_file()
352 depth = tag_depth; in read_gcda_file()
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dlibgcov-util.c321 unsigned tag_depth; in read_gcda_file() local
332 for (tag_depth = 4; mask; mask >>= 8) in read_gcda_file()
339 tag_depth--; in read_gcda_file()
348 if (depth && depth < tag_depth) in read_gcda_file()
354 depth = tag_depth; in read_gcda_file()