Searched refs:errorCount (Results 1 – 10 of 10) sorted by relevance
478 errorCount = 0; in test_a_int32_z_float32()529 errorCount = 0; in test_a_int32_z_float64()582 errorCount = 0; in test_a_int32_z_floatx80()637 errorCount = 0; in test_a_int32_z_float128()692 errorCount = 0; in test_a_int64_z_float32()743 errorCount = 0; in test_a_int64_z_float64()796 errorCount = 0; in test_a_int64_z_floatx80()851 errorCount = 0; in test_a_int64_z_float128()906 errorCount = 0; in test_a_float32_z_int32()963 errorCount = 0; in test_a_float32_z_int64()[all …]
76 if (errorCount()) in setError()169 bool ScriptLexer::atEOF() { return errorCount() || Tokens.size() == Pos; } in atEOF()217 if (!InExpr || errorCount() || atEOF()) in maybeSplitExpr()230 if (errorCount()) in next()241 if (errorCount()) in peek()250 if (errorCount()) in peek2()279 if (errorCount()) in expect()
273 if (errorCount()) in readDefsym()316 while (!errorCount() && !consume(")")) in readAsNeeded()332 while (!errorCount() && !consume(")")) in readExtern()363 while (!errorCount() && !consume(")")) { in readInput()383 while (!errorCount() && !consume(")")) in readOutputArch()436 while (!errorCount() && !consume("}")) { in readPhdrs()496 while (!errorCount() && !consume("}")) { in readOverlay()599 while (!errorCount() && !consume(")")) in readFilePatterns()797 while (!errorCount() && !consume("}")) in readOverlaySectionDescription()1013 while (!atEOF() && !errorCount()) { in readExpr1()[all …]
109 exitLld(errorCount() ? 1 : 0); in link()112 return !errorCount(); in link()426 if (errorCount()) in main()432 if (errorCount()) in main()1156 if (Files.empty() && errorCount() == 0) in createFiles()1475 if (errorCount()) in link()1538 if (errorCount()) in link()1580 if (errorCount()) in link()
478 if (errorCount()) in run()511 if (errorCount()) in run()515 if (errorCount()) in run()529 if (errorCount()) in run()535 if (errorCount()) in run()1714 if (errorCount()) in finalizeSections()
97 if (errorCount()) in addFile()
76 exitLld(errorCount() ? 1 : 0); in link()82 return !errorCount(); in link()1325 if (errorCount()) in link()1367 if (errorCount()) in link()1558 if (errorCount()) in link()1586 if (errorCount()) in link()1594 if (errorCount()) in link()
118 inline uint64_t errorCount() { return errorHandler().ErrorCount; } in errorCount() function
433 int errorCount; member450 zwd->errorCount = 0; in ZWRAP_initDCtx()812 zwd->errorCount++; in z_inflate()814 ZSTD_getErrorName(dErr), zwd->errorCount); in z_inflate()815 if (zwd->errorCount<=1) return Z_NEED_DICT; else goto error; in z_inflate()
1223 exitLld(errorCount() ? 1 : 0); in link()