Home
last modified time | relevance | path

Searched refs:NumErrors (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp215 unsigned NumErrors = 0; in verifyAbbrevSection() local
227 ++NumErrors; in verifyAbbrevSection()
232 return NumErrors; in verifyAbbrevSection()
246 unsigned NumErrors = 0; in handleDebugAbbrev() local
248 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
251 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
252 return NumErrors == 0; in handleDebugAbbrev()
322 unsigned NumErrors = 0; in verifyDieRanges() local
325 return NumErrors; in verifyDieRanges()
330 ++NumErrors; in verifyDieRanges()
[all …]
/external/lzma/CPP/7zip/UI/Common/
DDirItem.h22 UInt64 NumErrors; member
34 && 0 == NumErrors; } in IsEmpty()
42 NumErrors(0) in CDirItemsStat()
DHashCalc.h50 UInt64 NumErrors; member
62 NumDirs = NumFiles = NumAltStreams = FilesSize = AltStreamsSize = NumErrors = 0; in CHashBundle()
DHashCalc.cpp235 hb.NumErrors = dirItems.Stat.NumErrors; in HashCalc()
279 hb.NumErrors++; in HashCalc()
DEnumDirItems.cpp60 Stat.NumErrors++; in AddError()
/external/clang/include/clang/Basic/
DDiagnostic.h306 unsigned NumErrors; ///< Number of errors reported variable
831 unsigned NumErrors; variable
841 return Diag.TrapNumErrorsOccurred > NumErrors; in hasErrorOccurred()
852 NumErrors = Diag.TrapNumErrorsOccurred; in reset()
1317 unsigned NumErrors; ///< Number of errors reported variable
1320 DiagnosticConsumer() : NumWarnings(0), NumErrors(0) { } in DiagnosticConsumer()
1322 unsigned getNumErrors() const { return NumErrors; } in getNumErrors()
1324 virtual void clear() { NumWarnings = NumErrors = 0; } in clear()
/external/v8/src/regexp/
Dregexp-error.cc17 DCHECK_LT(error, RegExpError::NumErrors); in RegExpErrorString()
Dregexp-error.h51 NumErrors
/external/clang/lib/Frontend/
DVerifyDiagnosticConsumer.cpp857 ++NumErrors; in CheckDiagnostics()
862 NumErrors += CheckResults(Diags, *SrcManager, *Buffer, ED); in CheckDiagnostics()
867 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->err_begin(), in CheckDiagnostics()
870 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->warn_begin(), in CheckDiagnostics()
873 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->remark_begin(), in CheckDiagnostics()
876 NumErrors += PrintUnexpected(Diags, nullptr, Buffer->note_begin(), in CheckDiagnostics()
DCompilerInstance.cpp888 unsigned NumErrors = getDiagnostics().getClient()->getNumErrors(); in ExecuteAction() local
892 if (NumWarnings && NumErrors) in ExecuteAction()
894 if (NumErrors) in ExecuteAction()
895 OS << NumErrors << " error" << (NumErrors == 1 ? "" : "s"); in ExecuteAction()
896 if (NumWarnings || NumErrors) in ExecuteAction()
/external/clang/lib/Basic/
DDiagnosticIDs.cpp641 ++Diag.NumErrors; in ProcessDiag()
664 ++Diag.NumErrors; in ProcessDiag()
669 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
DDiagnostic.cpp122 NumErrors = 0; in Reset()
407 ++NumErrors; in HandleDiagnostic()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp266 UInt64 NumErrors; member in CArchiveExtractCallback
275 NumErrors = 0; in Init()
429 NumErrors++; in SetOperationResult()
/external/clang/tools/libclang/
DCIndex.cpp3271 unsigned NumErrors = Diags->getClient()->getNumErrors(); in clang_parseTranslationUnit_Impl() local
3294 if (NumErrors != Diags->getClient()->getNumErrors()) { in clang_parseTranslationUnit_Impl()