HomeSort by relevance Sort by last modified time
    Searched defs:ErrorsPrinted (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
Main.cpp 112 if (ErrorsPrinted > 0) {
113 errs() << argv0 << ": " << ErrorsPrinted << " errors.\n";
Error.cpp 24 unsigned ErrorsPrinted = 0;
31 ++ErrorsPrinted;

Completed in 61 milliseconds