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

/freebsd-9.3-release/contrib/gcc/
H A Dgcov.c544 FILE *gcov_file = fopen (gcov_file_name, "w");
546 if (gcov_file)
550 output_lines (gcov_file, src);
551 if (ferror (gcov_file))
554 fclose (gcov_file);
1740 output_branch_count (FILE *gcov_file, int ix, const arc_t *arc)
1747 fnotice (gcov_file, "call %2d returned %s\n", ix,
1752 fnotice (gcov_file, "call %2d never executed\n", ix);
1757 fnotice (gcov_file, "branch %2d taken %s%s\n", ix,
1761 fnotice (gcov_file, "branc
543 FILE *gcov_file = fopen (gcov_file_name, "w"); local
1738 output_branch_count(FILE *gcov_file, int ix, const arc_t *arc) argument
1780 output_lines(FILE *gcov_file, const source_t *src) argument
[all...]

Completed in 50 milliseconds