Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp97 if (errorCount()) in setError()
194 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; } in atEOF()
245 if (!inExpr || errorCount() || atEOF()) in maybeSplitExpr()
258 if (errorCount()) in next()
269 if (errorCount()) in peek()
278 if (errorCount()) in peek2()
307 if (errorCount()) in expect()
H A DScriptParser.cpp286 if (errorCount()) in readDefsym()
349 while (!errorCount() && !consume(")")) in readAsNeeded()
365 while (!errorCount() && !consume(")")) in readExtern()
396 while (!errorCount() && !consume(")")) { in readInput()
416 while (!errorCount() && !consume(")")) in readOutputArch()
487 while (!errorCount() && !consume("}")) { in readPhdrs()
585 while (!errorCount() && !consume("}")) in readOverwriteSections()
674 while (!errorCount() && !consume(")")) in readFilePatterns()
1203 while (!atEOF() && !errorCount()) { in readExpr1()
1336 while (!errorCount()) { in readInputSectionFlags()
[all …]
H A DDriver.cpp164 return errorCount() == 0; in link()
644 if (errorCount()) in linkerMain()
650 if (errorCount()) in linkerMain()
1902 if (files.empty() && !hasInput && errorCount() == 0) in createFiles()
2688 if (errorCount()) in link()
2805 if (errorCount()) in link()
2867 if (errorCount()) in link()
H A DWriter.cpp642 if (errorCount()) in run()
649 if (errorCount()) in run()
664 if (errorCount()) in run()
1669 if (hasLinkOrder && errorCount() == 0) { in resolveShfLinkOrder()
2245 if (errorCount()) in finalizeSections()
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/utils/split-file/
H A Dsplit-file.cpp47 static int errorCount; variable
58 ++errorCount; in error()
112 if (errorCount) in handle()
/freebsd-14.2/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h97 uint64_t errorCount = 0; variable
153 uint64_t errorCount();
/freebsd-14.2/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-14.2/contrib/llvm-project/lld/COFF/
H A DDriver.cpp77 return errorCount() == 0; in link()
2087 if (errorCount()) in linkerMain()
2143 if (errorCount()) in linkerMain()
2175 if (errorCount()) in linkerMain()
2491 if (errorCount()) in linkerMain()
2527 if (errorCount()) in linkerMain()
H A DWriter.cpp784 if (errorCount()) in run()
/freebsd-14.2/contrib/llvm-project/lld/MachO/
H A DDriver.cpp1476 if (errorCount()) in link()
1935 return errorCount() == 0; in link()
2006 if (errorCount() != 0 || config->strictAutoLink) in link()
2010 return errorCount() == 0; in link()
H A DWriter.cpp1261 if (errorCount()) in writeOutputFile()
1293 if (errorCount()) in run()