Searched refs:HasErrors (Results 1 – 13 of 13) sorted by relevance
345 std::atomic<bool> HasErrors; in run() local346 std::atomic_init(&HasErrors, false); in run()352 HasErrors = true; in run()389 HasErrors = true; in run()398 if (HasErrors) in run()406 HasErrors = true; in run()412 if (HasErrors) in run()437 return static_cast<int>(HasErrors); in run()
138 bool HasErrors = false; variable162 virtual bool hasErrors() { return HasErrors; } in hasErrors()
135 HasErrors = true; in writeFileMap()181 HasErrors = true; in addFile()
26 bool HasErrors = false; member
231 unsigned NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument245 *HasErrors = true; in WorkerThread()289 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local299 &HasErrors); in RunInMultipleProcesses()304 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
599 bool HasErrors = false; in run() local609 HasErrors = true; in run()612 if (HasErrors) in run()
108 if (Context.getDiagHandlerPtr()->HasErrors) in RunPasses()
745 if (Context.getDiagHandlerPtr()->HasErrors) in compileModule()
75 if (M.getContext().getDiagHandlerPtr()->HasErrors) in initializeRecordStreamer()
725 bool HasErrors = false; in checkDebugifyMetadata() local769 HasErrors |= HasBadSize; in checkDebugifyMetadata()791 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
261 pImpl->DiagHandler->HasErrors = true; in diagnose()
6774 bool HasErrors = false; in doFinalization() local6777 HasErrors |= !V->verify(F); in doFinalization()6779 HasErrors |= !V->verify(); in doFinalization()6780 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()
9407 bool HasErrors = false; in checkOpenMPIterationSpace() local9422 HasErrors = true; in checkOpenMPIterationSpace()9446 return HasErrors; in checkOpenMPIterationSpace()9485 HasErrors |= in checkOpenMPIterationSpace()9563 return HasErrors; in checkOpenMPIterationSpace()10278 bool HasErrors = false; in checkOpenMPLoop() local10389 if (HasErrors) in checkOpenMPLoop()20445 HasErrors = true; in FinishOpenMPLinearClause()20458 HasErrors = true; in FinishOpenMPLinearClause()20500 HasErrors = true; in FinishOpenMPLinearClause()[all …]