Searched refs:HasErrors (Results 1 – 8 of 8) sorted by relevance
319 bool HasErrors = false; in run() local339 HasErrors = true; in run()348 if (HasErrors) in run()356 HasErrors = true; in run()362 if (HasErrors) in run()
153 HasErrors = true; in writeFileMap()199 HasErrors = true; in addFile()
152 bool HasErrors = false; variable176 virtual bool hasErrors() { return HasErrors; } in hasErrors()
211 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument225 *HasErrors = true; in WorkerThread()247 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local255 V.push_back(std::thread(WorkerThread, std::ref(Cmd), &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()258 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
552 bool HasErrors = false; in run() local560 HasErrors = true; in run()563 if (HasErrors) in run()
694 bool HasErrors = false; in checkDebugifyMetadata() local738 HasErrors |= HasBadSize; in checkDebugifyMetadata()760 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
8598 bool HasErrors = false; in checkOpenMPIterationSpace() local8613 HasErrors = true; in checkOpenMPIterationSpace()8630 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()8633 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()8636 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in checkOpenMPIterationSpace()8637 return HasErrors; in checkOpenMPIterationSpace()8675 HasErrors |= in checkOpenMPIterationSpace()8682 if (!HasErrors && DSA.isOrderedRegion()) { in checkOpenMPIterationSpace()8722 return HasErrors; in checkOpenMPIterationSpace()9411 bool HasErrors = false; in checkOpenMPLoop() local[all …]
5778 bool HasErrors = false; in doFinalization() local5781 HasErrors |= !V->verify(F); in doFinalization()5783 HasErrors |= !V->verify(); in doFinalization()5784 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()