Searched refs:HasErrors (Results 1 – 8 of 8) sorted by relevance
345 std::atomic<bool> HasErrors; in run() local346 std::atomic_init(&HasErrors, false); in run()352 HasErrors = true; in run()376 HasErrors = true; in run()385 if (HasErrors) in run()393 HasErrors = true; in run()399 if (HasErrors) in run()424 return static_cast<int>(HasErrors); in run()
136 bool HasErrors = false; variable160 virtual bool hasErrors() { return HasErrors; } in hasErrors()
160 HasErrors = true; in writeFileMap()206 HasErrors = true; in addFile()
578 bool HasErrors = false; in run() local588 HasErrors = true; in run()591 if (HasErrors) in run()
231 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument245 *HasErrors = true; in WorkerThread()289 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local298 &HasErrors)); in RunInMultipleProcesses()301 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
725 bool HasErrors = false; in checkDebugifyMetadata() local769 HasErrors |= HasBadSize; in checkDebugifyMetadata()791 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
9223 bool HasErrors = false; in checkOpenMPIterationSpace() local9238 HasErrors = true; in checkOpenMPIterationSpace()9255 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()9258 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()9261 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in checkOpenMPIterationSpace()9262 return HasErrors; in checkOpenMPIterationSpace()9301 HasErrors |= in checkOpenMPIterationSpace()9308 if (!HasErrors && DSA.isOrderedRegion()) { in checkOpenMPIterationSpace()9348 return HasErrors; in checkOpenMPIterationSpace()10063 bool HasErrors = false; in checkOpenMPLoop() local[all …]
6421 bool HasErrors = false; in doFinalization() local6424 HasErrors |= !V->verify(F); in doFinalization()6426 HasErrors |= !V->verify(); in doFinalization()6427 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()