Searched refs:HasErrors (Results 1 – 12 of 12) sorted by relevance
367 std::atomic<bool> HasErrors; in run() local368 std::atomic_init(&HasErrors, false); in run()374 HasErrors = true; in run()411 HasErrors = true; in run()420 if (HasErrors) in run()428 HasErrors = true; in run()434 if (HasErrors) in run()459 return static_cast<int>(HasErrors); in run()
136 HasErrors = true; in writeFileMap()182 HasErrors = true; in addFile()
26 bool HasErrors = false; member
231 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument246 *HasErrors = true; in WorkerThread()290 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local300 &HasErrors); in RunInMultipleProcesses()305 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
599 bool HasErrors = false; in run() local609 HasErrors = true; in run()612 if (HasErrors) in run()
181 if (Context.getDiagHandlerPtr()->HasErrors) in compileModuleWithNewPM()
742 if (Context.getDiagHandlerPtr()->HasErrors) in compileModule()
732 bool HasErrors = false; in checkDebugifyMetadata() local772 HasErrors |= HasBadSize; in checkDebugifyMetadata()803 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
75 if (M.getContext().getDiagHandlerPtr()->HasErrors) in initializeRecordStreamer()
268 pImpl->DiagHandler->HasErrors = true; in diagnose()
7188 bool HasErrors = false; in doFinalization() local7191 HasErrors |= !V->verify(F); in doFinalization()7193 HasErrors |= !V->verify(); in doFinalization()7194 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()
9212 bool HasErrors = false; in checkOpenMPIterationSpace() local9227 HasErrors = true; in checkOpenMPIterationSpace()9244 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()9247 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()9250 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in checkOpenMPIterationSpace()9251 return HasErrors; in checkOpenMPIterationSpace()9290 HasErrors |= in checkOpenMPIterationSpace()9297 if (!HasErrors && DSA.isOrderedRegion()) { in checkOpenMPIterationSpace()9368 return HasErrors; in checkOpenMPIterationSpace()10123 bool HasErrors = false; in checkOpenMPLoop() local[all …]