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

  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 50 UInt64 NumErrors;
58 NumFiles = NumDirs = NumAltStreams = FilesSize = AltStreamsSize = NumErrors = 0;
  /external/clang/lib/Frontend/
CompilerInstance.cpp 852 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors();
856 if (NumWarnings && NumErrors)
858 if (NumErrors)
859 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s");
860 if (NumWarnings || NumErrors)
    [all...]
  /external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp 228 UInt64 NumErrors;
237 NumErrors = 0;
391 NumErrors++;
  /external/clang/include/clang/Basic/
Diagnostic.h 305 unsigned NumErrors; ///< Number of errors reported
824 unsigned NumErrors;
834 return Diag.TrapNumErrorsOccurred > NumErrors;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 798 milliseconds