Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFVerifier.cpp248 unsigned NumErrors = 0; in verifyAbbrevSection() local
260 ++NumErrors; in verifyAbbrevSection()
265 return NumErrors; in verifyAbbrevSection()
272 unsigned NumErrors = 0; in handleDebugAbbrev() local
274 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrev()); in handleDebugAbbrev()
276 NumErrors += verifyAbbrevSection(DCtx.getDebugAbbrevDWO()); in handleDebugAbbrev()
278 return NumErrors == 0; in handleDebugAbbrev()
348 unsigned NumErrors = 0; in handleDebugInfo() local
352 NumErrors += verifyUnitSection(S, DW_SECT_INFO); in handleDebugInfo()
357 NumErrors += verifyUnitSection(S, DW_SECT_TYPES); in handleDebugInfo()
[all …]
/third_party/lzma/CPP/7zip/UI/Common/
DDirItem.h28 UInt64 NumErrors; member
40 && 0 == NumErrors; } in IsEmpty()
48 NumErrors(0) in CDirItemsStat()
DHashCalc.h90 UInt64 NumErrors; member
102 NumDirs = NumFiles = NumAltStreams = FilesSize = AltStreamsSize = NumErrors = 0; in CHashBundle()
DHashCalc.cpp498 hb.NumErrors = dirItems.Stat.NumErrors; in HashCalc()
565 hb.NumErrors++; in HashCalc()
DEnumDirItems.cpp100 Stat.NumErrors++; in AddError()
/third_party/node/deps/v8/src/regexp/
Dregexp-error.cc17 DCHECK_LT(error, RegExpError::NumErrors); in RegExpErrorString()
Dregexp-error.h51 NumErrors
/third_party/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp345 UInt64 NumErrors; member in Z7_final
354 NumErrors = 0; in Init()
510 NumErrors++; in Z7_COM7F_IMF()