Searched refs:errorCount (Results 1 – 12 of 12) sorted by relevance
97 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()
286 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 …]
164 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()
642 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()
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()
47 static int errorCount; variable58 ++errorCount; in error()112 if (errorCount) in handle()
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()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()
784 if (errorCount()) in run()
1476 if (errorCount()) in link()1935 return errorCount() == 0; in link()2006 if (errorCount() != 0 || config->strictAutoLink) in link()2010 return errorCount() == 0; in link()
1261 if (errorCount()) in writeOutputFile()1293 if (errorCount()) in run()