Searched refs:NewStep (Results 1 – 1 of 1) sorted by relevance
2778 bool SetStep(Expr *NewStep, bool Subtract);2841 bool OpenMPIterationSpaceChecker::SetStep(Expr *NewStep, bool Subtract) { in SetStep() argument2844 if (!NewStep) in SetStep()2846 if (!NewStep->isValueDependent()) { in SetStep()2848 SourceLocation StepLoc = NewStep->getLocStart(); in SetStep()2850 SemaRef.PerformOpenMPImplicitIntegerConversion(StepLoc, NewStep); in SetStep()2853 NewStep = Val.get(); in SetStep()2867 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context); in SetStep()2868 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()2877 SemaRef.Diag(NewStep->getExprLoc(), in SetStep()[all …]