Searched refs:errorCount (Results 1 – 11 of 11) sorted by relevance
92 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()
228 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 …]
347 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()
165 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()
66 uint64_t lld::errorCount() { return errorHandler().errorCount; } in errorCount() function in lld274 if (errorLimit == 0 || errorCount < errorLimit) { in error()276 } else if (errorCount == errorLimit) { in error()282 ++errorCount; in error()316 --errorCount; in error()
97 uint64_t errorCount = 0; variable153 uint64_t errorCount();
519 int errorCount; member536 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()
77 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()
784 if (errorCount()) in run()
1540 if (errorCount()) in link()2006 return errorCount() == 0; in link()2090 if (errorCount() != 0 || config->strictAutoLink) in link()2094 return errorCount() == 0; in link()
1274 if (errorCount()) in writeOutputFile()1308 if (errorCount()) in run()