Searched refs:HasErrors (Results 1 – 12 of 12) sorted by relevance
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'
260 bool HasErrors = false; in run() local272 HasErrors = true; in run()281 if (HasErrors) in run()289 HasErrors = true; in run()295 if (HasErrors) in run()
200 int NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument210 *HasErrors = true; in WorkerThread()221 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local232 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()235 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
228 bool HasErrors = false; in checkDebugifyMetadata() local257 HasErrors = true; in checkDebugifyMetadata()273 HasErrors |= HasBadSize; in checkDebugifyMetadata()295 dbg() << ": " << (HasErrors ? "FAIL" : "PASS") << '\n'; in checkDebugifyMetadata()
5 module HasErrors {
151 HasErrors = true; in writeFileMap()224 HasErrors = true; in addFile()
124 bool HasErrors = false; variable144 bool hasErrors() { return HasErrors; } in hasErrors()
552 bool HasErrors = false; in run() local560 HasErrors = true; in run()563 if (HasErrors) in run()
581 bool HasErrors = false; in run() local588 HasErrors = true; in run()591 if (HasErrors) in run()
4650 bool HasErrors = false; in CheckOpenMPIterationSpace() local4667 HasErrors = true; in CheckOpenMPIterationSpace()4709 HasErrors = true; in CheckOpenMPIterationSpace()4725 HasErrors |= ISC.CheckCond(For->getCond()); in CheckOpenMPIterationSpace()4728 HasErrors |= ISC.CheckInc(For->getInc()); in CheckOpenMPIterationSpace()4731 if (ISC.Dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in CheckOpenMPIterationSpace()4732 return HasErrors; in CheckOpenMPIterationSpace()4751 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace()4758 return HasErrors; in CheckOpenMPIterationSpace()5248 bool HasErrors = false; in CheckOpenMPLoop() local[all …]
4339 bool HasErrors = false; in doFinalization() local4342 HasErrors |= !V.verify(F); in doFinalization()4344 HasErrors |= !V.verify(M); in doFinalization()4346 if (HasErrors) in doFinalization()
4728 bool HasErrors = false; in doFinalization() local4731 HasErrors |= !V->verify(F); in doFinalization()4733 HasErrors |= !V->verify(); in doFinalization()4734 if (FatalErrors && (HasErrors || V->hasBrokenDebugInfo())) in doFinalization()