Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 12 of 12) sorted by relevance

/freebsd-src/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp92 if (errorCount())
189 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } in skipSpace()
240 if (!inExpr || errorCount() || atEOF())
253 if (errorCount()) in maybeSplitExpr()
264 if (errorCount()) in next()
292 if (errorCount())
H A DScriptParser.cpp228 while (!atEOF() && !errorCount() && peek() != "}") { in readVersionScriptCommand()
297 if (errorCount()) in addFile()
310 while (!errorCount() && !consume(")")) in addFile()
371 while (!errorCount() && !consume(")")) in readGroup()
387 while (!errorCount() && !consume(")")) in readInclude()
418 while (!errorCount() && !consume(")")) { in readOutputArch()
438 while (!errorCount() && !consume(")")) in parseBfdName()
518 while (!errorCount() && !consume("}")) { in readRegionAlias()
523 while (!errorCount() && !consume(";")) { in readSearchDir()
582 while (!errorCount() in readOverlay()
[all...]
H A DDriver.cpp165 return errorCount() == 0; in link()
673 if (errorCount()) in setUnresolvedSymbolPolicy()
679 if (errorCount()) in setUnresolvedSymbolPolicy()
2025 if (files.empty() && !hasInput && errorCount() == 0)
2926 if (errorCount()) in link()
2989 if (errorCount()) in link()
H A DWriter.cpp347 if (errorCount()) in createSyntheticSections()
354 if (errorCount()) in createSyntheticSections()
369 if (errorCount()) in createSyntheticSections()
1401 if (hasLinkOrder && errorCount() == 0) { in sortISDBySectionOrder()
2034 if (errorCount()) in finalizeSections()
/freebsd-src/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp66 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld
274 if (errorLimit == 0 || errorCount < errorLimit) { in error()
276 } else if (errorCount == errorLimit) { in error()
282 ++errorCount; in error()
316 --errorCount; in error()
/freebsd-src/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
153 uint64_t errorCount();
/freebsd-src/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c519 int errorCount; member
536 zwd->errorCount = 0; in ZWRAP_initDCtx()
898 zwd->errorCount++; in z_inflate()
900 ZSTD_getErrorName(dErr), zwd->errorCount); in z_inflate()
901 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
/freebsd-src/contrib/llvm-project/lld/COFF/
H A DDriver.cpp77 return errorCount() == 0; in link()
2080 if (errorCount()) in linkerMain()
2136 if (errorCount()) in linkerMain()
2168 if (errorCount()) in linkerMain()
2489 if (errorCount()) in linkerMain()
2525 if (errorCount()) in linkerMain()
H A DWriter.cpp784 if (errorCount()) in run()
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1540 if (errorCount()) in link()
2006 return errorCount() == 0; in link()
2090 if (errorCount() != 0 || config->strictAutoLink)
2094 return errorCount() == 0;
H A DWriter.cpp1274 if (errorCount())
1308 if (errorCount()) in run()