Searched refs:HasErrors (Results 1 – 7 of 7) sorted by relevance
123 bool HasErrors; variable130 void setHasErrors() { HasErrors = true; } in setHasErrors()137 bool hasErrors() { return HasErrors; } in hasErrors()139 : 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'
163 int NumJobs, std::atomic<bool> *HasErrors) { in WorkerThread() argument173 *HasErrors = true; in WorkerThread()184 std::atomic<bool> HasErrors(false); in RunInMultipleProcesses() local195 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors)); in RunInMultipleProcesses()198 return HasErrors ? 1 : 0; in RunInMultipleProcesses()
5 module HasErrors {
121 def HasErrors(self): member in CheckerBase
105 def HasErrors(self): member in JSChecker.RunChecks.ErrorHandlerImpl
3425 bool HasErrors = false; in CheckOpenMPIterationSpace() local3441 HasErrors = true; in CheckOpenMPIterationSpace()3485 HasErrors = true; in CheckOpenMPIterationSpace()3500 HasErrors |= ISC.CheckCond(For->getCond()); in CheckOpenMPIterationSpace()3503 HasErrors |= ISC.CheckInc(For->getInc()); in CheckOpenMPIterationSpace()3505 if (ISC.Dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in CheckOpenMPIterationSpace()3506 return HasErrors; in CheckOpenMPIterationSpace()3523 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace()3530 return HasErrors; in CheckOpenMPIterationSpace()3928 bool HasErrors = false; in CheckOpenMPLoop() local[all …]