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

/haiku-buildtools/gcc/gcc/
H A Dgcov-tool.c166 fnotice (file, " merge [options] <dir1> <dir2> Merge coverage file contents\n");
167 fnotice (file, " -v, --verbose Verbose mode\n");
168 fnotice (file, " -o, --output <dir> Output directory\n");
169 fnotice (file, " -w, --weight <w1,w2> Set weights (float point values)\n");
185 fnotice (stderr, "Merge subcomand usage:");
263 fnotice (file, " rewrite [options] <dir> Rewrite coverage file contents\n");
264 fnotice (file, " -v, --verbose Verbose mode\n");
265 fnotice (file, " -o, --output <dir> Output directory\n");
266 fnotice (file, " -s, --scale <float or simple-frac> Scale the profile counters\n");
267 fnotice (fil
[all...]
H A Dgcov.c473 fnotice (file, "Usage: gcov [OPTION]... SOURCE|OBJ...\n\n");
474 fnotice (file, "Print code coverage information.\n\n");
475 fnotice (file, " -h, --help Print this help, then exit\n");
476 fnotice (file, " -a, --all-blocks Show information for every basic block\n");
477 fnotice (file, " -b, --branch-probabilities Include branch probabilities in output\n");
478 fnotice (file, " -c, --branch-counts Output counts of branches taken\n\
480 fnotice (file, " -d, --display-progress Display progress information\n");
481 fnotice (file, " -f, --function-summaries Output summaries for each function\n");
482 fnotice (file, " -i, --intermediate-format Output .gcov file in intermediate text format\n");
483 fnotice (fil
[all...]
H A Ddiagnostic-core.h87 /* N.B. Unlike all the others, fnotice is just gettext+fprintf, and
89 extern void fnotice (FILE *, const char *, ...)
H A Ddiagnostic.c503 fnotice (stderr, "compilation terminated due to -Wfatal-errors.\n");
513 fnotice (stderr,
535 fnotice (stderr, "Please submit a full bug report,\n"
538 fnotice (stderr,
541 fnotice (stderr, "See %s for instructions.\n", bug_report_url);
550 fnotice (stderr, "compilation terminated.\n");
828 fnotice (stderr, "%s:%d: confused by earlier errors, bailing out\n",
1253 fnotice (FILE *file, const char *cmsgid, ...)
1273 fnotice (stderr,
1249 fnotice (FILE *file, const char *cmsgid, ...) function
H A Dgcc.c1513 fnotice (stderr, "Using built-in specs.\n");
1711 fnotice (stderr, "Setting spec %s to '%s'\n\n", name, *(sl->ptr_spec));
1819 fnotice (stderr, "Reading specs from %s\n", filename);
1946 fnotice (stderr, "could not find specs file %s\n", p1);
2021 fnotice (stderr, "rename spec %s to %s\n", p1, p2);
2023 fnotice (stderr, "spec is '%s'\n\n", *(sl->ptr_spec));
2461 fnotice (stderr, "%s\n", string);
2830 fnotice (stderr, "\nGo ahead? (y or n) ");
2980 fnotice (stderr, "# %s %.2f %.2f\n",
5657 fnotice (stder
[all...]
H A Dplugin.c838 fnotice (stderr, "*** WARNING *** there are active plugins, do not report"
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcov.c248 static void fnotice PVPROTO ((FILE *, const char *, ...)) ATTRIBUTE_PRINTF_2;
250 fnotice VPROTO ((FILE *file, const char *msgid, ...)) function
277 fnotice (stderr, "error: virtual memory exhausted");
289 fnotice (stderr, "Internal gcc abort.\n");
299 fnotice (stderr, "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n");
417 fnotice (stderr, "Could not open basic block file %s.\n", bb_file_name);
426 fnotice (stderr, "Could not open data file %s.\n", da_file_name);
427 fnotice (stderr, "Assuming that all execution counts are zero.\n");
433 fnotice (stderr, "Could not open program flow graph file %s.\n",
444 fnotice (stder
[all...]
H A Dtoplev.h110 extern void fnotice PROTO ((FILE *, const char *, ...))
H A Dtoplev.c1654 fnotice VPROTO((FILE *file, const char *msgid, ...)) function
5572 fnotice (file,
H A Dcombine.c12099 fnotice
12109 fnotice
H A Dcse.c8813 fnotice (file, ";; Processing block from %d to %d, %d sets.\n",
/haiku-buildtools/gcc/gcc/config/avr/
H A Ddriver-avr.c71 fnotice (stderr, "Running spec function '%s' with %d args\n\n",
118 fnotice (stderr, "'%s': mmcu='%s'\n'%s': specfile='%s'\n\n",
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Dhost-darwin.c94 fnotice (stderr, "Out of stack space.\n");
114 fnotice (stderr,
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c168 fnotice (stdout, "tag one function id=%d\n", curr_fn_info->ident);
272 fnotice (stderr, "%s:cannot open\n", filename);
280 fnotice (stderr, "%s:not a gcov data file\n", filename);
289 fnotice (stderr, "%s:incorrect gcov version %d vs %d \n", filename, version, GCOV_VERSION);
412 fnotice (stderr, "reading file: %s\n", filename);
447 fnotice (stderr, "cannot access directory %s\n", dir_name);
455 fnotice (stderr, "%s is not a directory\n", dir_name);
556 fnotice (stderr, "in %s, cfg_checksum mismatch, skipping\n",
608 fnotice (stderr, "mismatched profiles in %s (%d functions"
815 fnotice (stdou
[all...]

Completed in 248 milliseconds