Searched refs:HasErrors (Results 1 – 2 of 2) 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()
2886 bool HasErrors = false; in CheckOpenMPIterationSpace() local2902 HasErrors = true; in CheckOpenMPIterationSpace()2944 HasErrors = true; in CheckOpenMPIterationSpace()2958 HasErrors |= ISC.CheckCond(For->getCond()); in CheckOpenMPIterationSpace()2961 HasErrors |= ISC.CheckInc(For->getInc()); in CheckOpenMPIterationSpace()2963 if (ISC.Dependent() || SemaRef.CurContext->isDependentContext() || HasErrors) in CheckOpenMPIterationSpace()2964 return HasErrors; in CheckOpenMPIterationSpace()2978 HasErrors |= (ResultIterSpace.PreCond == nullptr || in CheckOpenMPIterationSpace()2984 return HasErrors; in CheckOpenMPIterationSpace()3359 bool HasErrors = false; in CheckOpenMPLoop() local[all …]