Searched refs:HasErrors (Results 1 – 7 of 7) sorted by relevance
122 bool HasErrors; variable129 void setHasErrors() { HasErrors = true; } in setHasErrors()136 bool hasErrors() { return HasErrors; } in hasErrors()138 : DestDir(DestDir), HasErrors(false) {} in ModuleDependencyCollector()
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'
126 int NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument137 *HasErrors = true; in WorkerThread()149 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local158 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()161 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
5 module HasErrors {
107 def HasErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl
2452 bool HasErrors = false; in CheckOpenMPIterationSpace() local2468 HasErrors = true; in CheckOpenMPIterationSpace()2507 HasErrors = true; in CheckOpenMPIterationSpace()2521 HasErrors = true; in CheckOpenMPIterationSpace()2529 HasErrors |= ISC.CheckCond(For->getCond()); in CheckOpenMPIterationSpace()2532 HasErrors |= ISC.CheckInc(For->getInc()); in CheckOpenMPIterationSpace()2534 if (ISC.Dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in CheckOpenMPIterationSpace()2535 return HasErrors; in CheckOpenMPIterationSpace()2548 HasErrors |= (ResultIterSpace.NumIterations == nullptr || in CheckOpenMPIterationSpace()2553 return HasErrors; in CheckOpenMPIterationSpace()[all …]
143 def HasErrors(self): member in CheckerBase