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

/freebsd-11-stable/tools/test/testfloat/
H A DtestLoops.c73 static uint32 tenthousandsCount, errorCount = 0; variable
97 if ( errorCount ) {
101 errorCount,
102 ( errorCount == 1 ) ? "" : "s"
131 if ( errorCount == 1 ) {
478 errorCount = 0;
506 ++errorCount;
512 if ( errorCount == maxErrorCount ) goto exit;
529 errorCount = 0;
557 ++errorCount;
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.cpp77 if (errorCount())
170 bool ScriptLexer::atEOF() { return errorCount() || tokens.size() == pos; }
221 if (!inExpr || errorCount() || atEOF())
234 if (errorCount())
245 if (errorCount())
254 if (errorCount())
283 if (errorCount())
H A DScriptParser.cpp206 while (!atEOF() && !errorCount() && peek() != "}") {
269 if (errorCount())
312 while (!errorCount() && !consume(")"))
328 while (!errorCount() && !consume(")"))
359 while (!errorCount() && !consume(")")) {
379 while (!errorCount() && !consume(")"))
434 while (!errorCount() && !consume("}")) {
439 while (!errorCount() && !consume(";")) {
494 while (!errorCount() && !consume("}")) {
531 while (!errorCount()
[all...]
H A DWriter.cpp564 if (errorCount())
598 if (errorCount())
602 if (errorCount())
617 if (errorCount())
623 if (errorCount())
1554 if (errorCount())
1795 if (errorCount())
1900 if (errorCount())
H A DDriver.cpp117 exitLld(errorCount() ? 1 : 0);
120 return !errorCount();
492 if (errorCount())
498 if (errorCount())
1278 if (files.empty() && errorCount() == 0)
1752 if (errorCount())
1829 if (errorCount())
1871 if (errorCount())
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DErrorHandler.h50 // add code to return from the function if errorCount() > 0. In most cases,
94 uint64_t errorCount = 0; member in class:lld::ErrorHandler
127 inline uint64_t errorCount() { return errorHandler().errorCount; } function in namespace:lld
/freebsd-11-stable/contrib/llvm-project/lld/Common/
H A DErrorHandler.cpp196 if (errorLimit == 0 || errorCount < errorLimit) {
199 } else if (errorCount == errorLimit) {
207 ++errorCount;
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDriver.cpp85 exitLld(errorCount() ? 1 : 0);
92 return !errorCount();
1584 if (errorCount())
1648 if (errorCount())
1892 if (errorCount())
1912 if (errorCount())
H A DWriter.cpp627 if (errorCount())
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp1221 exitLld(errorCount() ? 1 : 0);

Completed in 207 milliseconds