Searched refs:errCount (Results 1 – 7 of 7) sorted by relevance
81 if (errCount(ctx)) in setError()200 bool ScriptLexer::atEOF() { return eof || errCount(ctx); } in atEOF()232 if (errCount(ctx)) in expect()
288 if (errCount(ctx)) in readDefsym()517 while (!errCount(ctx) && !consume(";")) { in readPhdrs()572 while (!errCount(ctx) && !consume("}")) { in readOverlay()777 while (!errCount(ctx) && peek() != ")") { in readInputSectionsList()786 while (!errCount(ctx) && peekSortKind() == SortSectionPolicy::Default) { in readInputSectionsList()1298 while (!atEOF() && !errCount(ctx)) { in readExpr1()1431 while (!errCount(ctx)) { in readInputSectionFlags()1687 while (!errCount(ctx) && peek().starts_with(":")) { in readOutputSectionPhdrs()
91 uint64_t elf::errCount(Ctx &ctx) { return ctx.e.errorCount; } in errCount() function in elf142 return errCount(ctx) == 0; in link()720 if (errCount(ctx)) in linkerMain()726 if (errCount(ctx)) in linkerMain()2195 if (files.empty() && !hasInput && errCount(ctx) == 0) in createFiles()3231 if (errCount(ctx)) in link()3296 if (errCount(ctx)) in link()
362 if (errCount(ctx)) in run()369 if (errCount(ctx)) in run()384 if (errCount(ctx)) in run()1452 if (hasLinkOrder && errCount(ctx) == 0) { in resolveShfLinkOrder()2153 if (errCount(ctx)) in finalizeSections()
786 uint64_t errCount(Ctx &ctx);
381 uint64_t errCount(COFFLinkerContext &ctx);
80 uint64_t coff::errCount(COFFLinkerContext &ctx) { return ctx.e.errorCount; } in errCount() function in coff96 return errCount(*ctx) == 0; in link()2193 if (errCount(ctx)) in linkerMain()