Searched refs:NumErrors (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFVerifier.cpp | 215 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/ |
D | DirItem.h | 22 UInt64 NumErrors; member 34 && 0 == NumErrors; } in IsEmpty() 42 NumErrors(0) in CDirItemsStat()
|
D | HashCalc.h | 50 UInt64 NumErrors; member 62 NumDirs = NumFiles = NumAltStreams = FilesSize = AltStreamsSize = NumErrors = 0; in CHashBundle()
|
D | HashCalc.cpp | 235 hb.NumErrors = dirItems.Stat.NumErrors; in HashCalc() 279 hb.NumErrors++; in HashCalc()
|
D | EnumDirItems.cpp | 60 Stat.NumErrors++; in AddError()
|
/external/clang/include/clang/Basic/ |
D | Diagnostic.h | 306 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/ |
D | regexp-error.cc | 17 DCHECK_LT(error, RegExpError::NumErrors); in RegExpErrorString()
|
D | regexp-error.h | 51 NumErrors
|
/external/clang/lib/Frontend/ |
D | VerifyDiagnosticConsumer.cpp | 857 ++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()
|
D | CompilerInstance.cpp | 888 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/ |
D | DiagnosticIDs.cpp | 641 ++Diag.NumErrors; in ProcessDiag() 664 ++Diag.NumErrors; in ProcessDiag() 669 if (Diag.ErrorLimit && Diag.NumErrors > Diag.ErrorLimit && in ProcessDiag()
|
D | Diagnostic.cpp | 122 NumErrors = 0; in Reset() 407 ++NumErrors; in HandleDiagnostic()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 266 UInt64 NumErrors; member in CArchiveExtractCallback 275 NumErrors = 0; in Init() 429 NumErrors++; in SetOperationResult()
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 3271 unsigned NumErrors = Diags->getClient()->getNumErrors(); in clang_parseTranslationUnit_Impl() local 3294 if (NumErrors != Diags->getClient()->getNumErrors()) { in clang_parseTranslationUnit_Impl()
|