Home
last modified time | relevance | path

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

/freebsd-12.1/tools/test/testfloat/
H A DtestLoops.c478 errorCount = 0; in test_a_int32_z_float32()
529 errorCount = 0; in test_a_int32_z_float64()
582 errorCount = 0; in test_a_int32_z_floatx80()
637 errorCount = 0; in test_a_int32_z_float128()
692 errorCount = 0; in test_a_int64_z_float32()
743 errorCount = 0; in test_a_int64_z_float64()
796 errorCount = 0; in test_a_int64_z_floatx80()
851 errorCount = 0; in test_a_int64_z_float128()
906 errorCount = 0; in test_a_float32_z_int32()
963 errorCount = 0; in test_a_float32_z_int64()
[all …]
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.cpp76 if (errorCount()) in setError()
169 bool ScriptLexer::atEOF() { return errorCount() || Tokens.size() == Pos; } in atEOF()
217 if (!InExpr || errorCount() || atEOF()) in maybeSplitExpr()
230 if (errorCount()) in next()
241 if (errorCount()) in peek()
250 if (errorCount()) in peek2()
279 if (errorCount()) in expect()
H A DScriptParser.cpp273 if (errorCount()) in readDefsym()
316 while (!errorCount() && !consume(")")) in readAsNeeded()
332 while (!errorCount() && !consume(")")) in readExtern()
363 while (!errorCount() && !consume(")")) { in readInput()
383 while (!errorCount() && !consume(")")) in readOutputArch()
436 while (!errorCount() && !consume("}")) { in readPhdrs()
496 while (!errorCount() && !consume("}")) { in readOverlay()
599 while (!errorCount() && !consume(")")) in readFilePatterns()
797 while (!errorCount() && !consume("}")) in readOverlaySectionDescription()
1013 while (!atEOF() && !errorCount()) { in readExpr1()
[all …]
H A DDriver.cpp109 exitLld(errorCount() ? 1 : 0); in link()
112 return !errorCount(); in link()
426 if (errorCount()) in main()
432 if (errorCount()) in main()
1156 if (Files.empty() && errorCount() == 0) in createFiles()
1475 if (errorCount()) in link()
1538 if (errorCount()) in link()
1580 if (errorCount()) in link()
H A DWriter.cpp478 if (errorCount()) in run()
511 if (errorCount()) in run()
515 if (errorCount()) in run()
529 if (errorCount()) in run()
535 if (errorCount()) in run()
1714 if (errorCount()) in finalizeSections()
H A DSymbolTable.cpp97 if (errorCount()) in addFile()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DDriver.cpp76 exitLld(errorCount() ? 1 : 0); in link()
82 return !errorCount(); in link()
1325 if (errorCount()) in link()
1367 if (errorCount()) in link()
1558 if (errorCount()) in link()
1586 if (errorCount()) in link()
1594 if (errorCount()) in link()
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/Common/
H A DErrorHandler.h118 inline uint64_t errorCount() { return errorHandler().ErrorCount; } in errorCount() function
/freebsd-12.1/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c433 int errorCount; member
450 zwd->errorCount = 0; in ZWRAP_initDCtx()
812 zwd->errorCount++; in z_inflate()
814 ZSTD_getErrorName(dErr), zwd->errorCount); in z_inflate()
815 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp1223 exitLld(errorCount() ? 1 : 0); in link()