Searched refs:HasErrors (Results 1 – 13 of 13) sorted by relevance
822 bool HasErrors = false; in lowerIntrinsics() local845 HasErrors |= true; in lowerIntrinsics()851 HasErrors |= replaceFunctionWithOp( \ in lowerIntrinsics()856 HasErrors |= lowerHandleFromBinding(F); in lowerIntrinsics()859 HasErrors |= lowerGetPointer(F); in lowerIntrinsics()862 HasErrors |= lowerTypedBufferLoad(F, /*HasCheckBit=*/true); in lowerIntrinsics()865 HasErrors |= lowerBufferStore(F, /*IsRaw=*/false); in lowerIntrinsics()868 HasErrors |= lowerRawBufferLoad(F); in lowerIntrinsics()871 HasErrors |= lowerBufferStore(F, /*IsRaw=*/true); in lowerIntrinsics()876 HasErrors |= lowerCBufferLoad(F); in lowerIntrinsics()[all …]
397 std::atomic<bool> HasErrors; in run() local398 std::atomic_init(&HasErrors, false); in run()404 HasErrors = true; in run()441 HasErrors = true; in run()450 if (HasErrors) in run()458 HasErrors = true; in run()464 if (HasErrors) in run()491 return static_cast<int>(HasErrors); in run()
135 HasErrors = true; in writeFileMap()181 HasErrors = true; in addFile()
27 bool HasErrors = false; member
232 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument247 *HasErrors = true; in WorkerThread()291 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local301 &HasErrors); in RunInMultipleProcesses()306 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()
761 if (Context.getDiagHandlerPtr()->HasErrors || HasMCErrors) in compileModule()
73 if (M.getContext().getDiagHandlerPtr()->HasErrors) in initializeRecordStreamer()
796 bool HasErrors = false; in checkDebugifyMetadata() local836 HasErrors |= HasBadSize; in checkDebugifyMetadata()867 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
253 pImpl->DiagHandler->HasErrors = true; in diagnose()
7586 bool HasErrors = false; in doFinalization() local7589 HasErrors |= !V->verify(F); in doFinalization()7591 HasErrors |= !V->verify(); in doFinalization()7592 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()
9253 bool HasErrors = false; in checkOpenMPIterationSpace() local9268 HasErrors = true; in checkOpenMPIterationSpace()9285 HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond()); in checkOpenMPIterationSpace()9288 HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc()); in checkOpenMPIterationSpace()9291 if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in checkOpenMPIterationSpace()9292 return HasErrors; in checkOpenMPIterationSpace()9331 HasErrors |= in checkOpenMPIterationSpace()9338 if (!HasErrors && DSA.isOrderedRegion()) { in checkOpenMPIterationSpace()9409 return HasErrors; in checkOpenMPIterationSpace()10211 bool HasErrors = false; in checkOpenMPLoop() local[all …]