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

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c341 static const char *format_gcov (gcov_type, gcov_type, int);
1338 format_gcov (gcov_type top, gcov_type bottom, int dp)
1386 format_gcov (coverage->lines_executed, coverage->lines, 2),
1396 format_gcov (coverage->branches_executed,
1400 format_gcov (coverage->branches_taken,
1408 format_gcov (coverage->calls_executed, coverage->calls, 2),
1748 format_gcov (arc->src->count - arc->count,
1758 format_gcov (arc->count, arc->src->count, -flag_counts),
1767 format_gcov (arc->count, arc->src->count, -flag_counts));
1836 format_gcov (f
1336 format_gcov (gcov_type top, gcov_type bottom, int dp) function
[all...]

Completed in 54 milliseconds