Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp92 if (errorCount()) in setError()
189 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } in atEOF()
240 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()
253 if (errorCount()) in next()
264 if (errorCount()) in peek()
292 if (errorCount()) in expect()
H A DScriptParser.cpp228 while (!atEOF() && !errorCount() && peek() != "}") { in readVersionScriptCommand()
297 if (errorCount()) in readDefsym()
310 while (!errorCount() && !consume(")")) in readNoCrossRefs()
371 while (!errorCount() && !consume(")")) in readAsNeeded()
387 while (!errorCount() && !consume(")")) in readExtern()
418 while (!errorCount() && !consume(")")) { in readInput()
438 while (!errorCount() && !consume(")")) in readOutputArch()
518 while (!errorCount() && !consume("}")) { in readPhdrs()
523 while (!errorCount() && !consume(";")) { in readPhdrs()
582 while (!errorCount() && !consume("}")) { in readOverlay()
[all …]
H A DWriter.cpp347 if (errorCount()) in run()
354 if (errorCount()) in run()
369 if (errorCount()) in run()
1401 if (hasLinkOrder && errorCount() == 0) { in resolveShfLinkOrder()
2034 if (errorCount()) in finalizeSections()
H A DDriver.cpp165 return errorCount() == 0; in link()
673 if (errorCount()) in linkerMain()
679 if (errorCount()) in linkerMain()
2025 if (files.empty() && !hasInput && errorCount() == 0) in createFiles()
2926 if (errorCount()) in link()
2989 if (errorCount()) in link()
/freebsd/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/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
153 uint64_t errorCount();
/freebsd/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/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/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) in link()
2094 return errorCount() == 0; in link()
H A DWriter.cpp1274 if (errorCount()) in writeOutputFile()
1308 if (errorCount()) in run()