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

  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 203 UInt64 NumErrors;
212 NumErrors = 0;
368 NumErrors++;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 826 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors();
830 if (NumWarnings && NumErrors)
832 if (NumErrors)
833 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s");
834 if (NumWarnings || NumErrors)
    [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h 304 unsigned NumErrors; ///< Number of errors reported
823 unsigned NumErrors;
833 return Diag.TrapNumErrorsOccurred > NumErrors;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 144 milliseconds