Searched refs:errorCount (Results 1 – 16 of 16) 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()
283 if (errorCount()) in readDefsym()345 while (!errorCount() && !consume(")")) in readAsNeeded()361 while (!errorCount() && !consume(")")) in readExtern()392 while (!errorCount() && !consume(")")) { in readInput()412 while (!errorCount() && !consume(")")) in readOutputArch()479 while (!errorCount() && !consume("}")) { in readPhdrs()568 while (!errorCount() && !consume("}")) in readOverwriteSections()656 while (!errorCount() && !consume(")")) in readFilePatterns()1175 while (!atEOF() && !errorCount()) { in readExpr1()1308 while (!errorCount()) { in readInputSectionFlags()[all …]
127 return errorCount() == 0; in link()584 if (errorCount()) in linkerMain()590 if (errorCount()) in linkerMain()1664 if (files.empty() && !hasInput && errorCount() == 0) in createFiles()2456 if (errorCount()) in link()2566 if (errorCount()) in link()2624 if (errorCount()) in link()
584 if (errorCount()) in run()591 if (errorCount()) in run()606 if (errorCount()) in run()1611 if (hasLinkOrder && errorCount() == 0) { in resolveShfLinkOrder()2159 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()
9 int errorCount; in opencl_error_string() local69 errorCount = sizeof(errorString) / sizeof(errorString[0]); in opencl_error_string()72 return (index >= 0 && index < errorCount) ? in opencl_error_string()
100 return errorCount() == 0; in link()889 if (errorCount()) in linkerMain()894 if (errorCount()) in linkerMain()907 if (errorCount()) in linkerMain()928 if (errorCount()) in linkerMain()973 if (errorCount()) in linkerMain()991 if (errorCount()) in linkerMain()997 if (errorCount()) in linkerMain()1005 if (errorCount()) in linkerMain()1027 if (errorCount()) in linkerMain()[all …]
1626 if (errorCount()) in run()1663 if (errorCount()) in run()1670 if (errorCount()) in run()
342 if (errorCount()) in addLegacyIndirectFunctionTableIfNeeded()
47 static int errorCount; variable58 ++errorCount; in error()112 if (errorCount) in handle()
97 uint64_t errorCount = 0; variable153 uint64_t errorCount();
166 if (errorCount()) in link()438 if (errorCount()) in link()
82 return errorCount() == 0; in link()1950 if (errorCount()) in linkerMain()2003 if (errorCount()) in linkerMain()2021 if (errorCount()) in linkerMain()2277 if (errorCount()) in linkerMain()2308 if (errorCount()) in linkerMain()
648 if (errorCount()) in run()
1149 if (errorCount()) in writeOutputFile()1172 if (errorCount()) in run()
1206 if (errorCount()) in link()1701 return errorCount() == 0; in link()