Lines Matching defs:output

491 /* Name of the notes (gcno) output file.  The "bbg" prefix is for
546 /* For included files, make the gcov output file name include the name
548 then the output file name is a.c##x.h.gcov instead of x.h.gcov. */
561 /* Print colored output. */
588 that match, when generating the output file name. */
812 has the effect of permuting the output cycles. */
882 otherwise the output of --help. */
893 fnotice (file, " -b, --branch-probabilities Include branch probabilities in output\n");
901 fnotice (file, " -k, --use-colors Emit colored output\n");
902 fnotice (file, " -l, --long-file-names Use long output file names for included\n\
905 fnotice (file, " -n, --no-output Do not create an output file\n");
908 fnotice (file, " -q, --use-hotness-colors Emit perf-like colored output for hot lines\n");
946 { "no-output", no_argument, NULL, 'n' },
1100 input: foo.da, output: foo.da.gcov
1101 input: a/b/foo.cc, output: foo.cc.gcov */
1377 fnotice (stderr, "Error writing output file '%s'\n",
1382 fnotice (stderr, "Could not open output file '%s'\n", gcov_file_name);
1496 gzFile output = gzopen (gcov_intermediate_filename, "w");
1497 if (output == NULL)
1499 fnotice (stderr, "Cannot open JSON output file %s\n",
1504 if (gzputs (output, pp_formatted_text (&pp)) == EOF
1505 || gzclose (output))
1507 fnotice (stderr, "Error writing JSON output file %s\n",
2501 /* Generate an output file name. INPUT_NAME is the canonicalized main
2505 to each output name (except when the current source file is the
2786 anything is output. */
2878 an exceptional statement. The output is printed for LINE_NUM of given
2938 /* Format line number in output. */
3035 /* Read in the source file one line at a time, and output that line to