Searched refs:HasErrors (Results 1 – 11 of 11) sorted by relevance
357 std::atomic<bool> HasErrors; in run() local358 std::atomic_init(&HasErrors, false); in run()364 HasErrors = true; in run()388 HasErrors = true; in run()397 if (HasErrors) in run()405 HasErrors = true; in run()411 if (HasErrors) in run()433 return static_cast<int>(HasErrors); in run()
4 @import HasErrors;28 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: note: while building module 'HasErrors'30 // CHECK-WITH-ERRORS: serialized-diags.m:4:9: fatal: could not build module 'HasErrors'
5 module HasErrors {
136 bool HasErrors = false; variable160 virtual bool hasErrors() { return HasErrors; } in hasErrors()
153 HasErrors = true; in writeFileMap()199 HasErrors = true; in addFile()
574 bool HasErrors = false; in run() local584 HasErrors = true; in run()587 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()
714 bool HasErrors = false; in checkDebugifyMetadata() local758 HasErrors |= HasBadSize; in checkDebugifyMetadata()780 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
1569 bool HasErrors = !RegionIsValid || Context.Log.size() > 0; in findScops() local1571 if (HasErrors) { in findScops()
9140 bool HasErrors = false; in checkOpenMPIterationSpace() local9155 HasErrors = true; in checkOpenMPIterationSpace()9179 return HasErrors; in checkOpenMPIterationSpace()9218 HasErrors |= in checkOpenMPIterationSpace()9265 return HasErrors; in checkOpenMPIterationSpace()9980 bool HasErrors = false; in checkOpenMPLoop() local10093 if (HasErrors) in checkOpenMPLoop()19797 HasErrors = true; in FinishOpenMPLinearClause()19810 HasErrors = true; in FinishOpenMPLinearClause()19852 HasErrors = true; in FinishOpenMPLinearClause()[all …]
6268 bool HasErrors = false; in doFinalization() local6271 HasErrors |= !V->verify(F); in doFinalization()6273 HasErrors |= !V->verify(); in doFinalization()6274 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()