reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/FileCheck/FileCheck.cpp
  180   OS << "The following description was requested by -dump-input=help to\n"
  185   OS << "  - ";
  186   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "L:";
  187   OS << "     labels line number L of the input file\n";
  190   OS << "  - ";
  191   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L";
  192   OS << "    labels the only match result for a pattern of type T from "
  195   OS << "  - ";
  196   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "T:L'N";
  197   OS << "  labels the Nth match result for a pattern of type T from line "
  202   OS << "  - ";
  203   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "^~~";
  204   OS << "    marks good match (reported if -v)\n"
  206   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "!~~";
  207   OS << "    marks bad match, such as:\n"
  213   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "X~~";
  214   OS << "    marks search range when no match is found, such as:\n"
  219   WithColor(OS, raw_ostream::SAVEDCOLOR, true) << "?";
  220   OS << "      marks fuzzy match when no match is found\n";
  223   OS << "  - colors ";
  224   WithColor(OS, raw_ostream::GREEN, true) << "success";
  225   OS << ", ";
  226   WithColor(OS, raw_ostream::RED, true) << "error";
  227   OS << ", ";
  228   WithColor(OS, raw_ostream::MAGENTA, true) << "fuzzy match";
  229   OS << ", ";
  230   WithColor(OS, raw_ostream::CYAN, true, false) << "discarded match";
  231   OS << ", ";
  232   WithColor(OS, raw_ostream::CYAN, true, true) << "unmatched input";
  233   OS << "\n\n"