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

/freebsd-10.1-release/contrib/gcc/
H A Dgcov-dump.c198 unsigned tag_depth; local
208 for (tag_depth = 4; mask; mask >>= 8)
215 tag_depth--;
224 if (depth && depth < tag_depth)
230 depth = tag_depth;
234 print_prefix (filename, tag_depth, position);

Completed in 79 milliseconds