Searched refs:HasErrors (Results 1 – 8 of 8) 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'
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()
5 module HasErrors {
151 HasErrors = true; in writeFileMap()224 HasErrors = true; in addFile()
124 bool HasErrors = false; variable144 bool hasErrors() { return HasErrors; } in hasErrors()
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()