Searched refs:NewStep (Results 1 – 1 of 1) sorted by relevance
1287 bool SetStep(Expr *NewStep, bool Subtract);1326 bool OpenMPIterationSpaceChecker::SetStep(Expr *NewStep, bool Subtract) { in SetStep() argument1329 if (!NewStep) in SetStep()1331 if (!NewStep->isValueDependent()) { in SetStep()1333 SourceLocation StepLoc = NewStep->getLocStart(); in SetStep()1335 SemaRef.PerformOpenMPImplicitIntegerConversion(StepLoc, NewStep); in SetStep()1338 NewStep = Val.get(); in SetStep()1352 bool IsConstant = NewStep->isIntegerConstantExpr(Result, SemaRef.Context); in SetStep()1353 bool IsUnsigned = !NewStep->getType()->hasSignedIntegerRepresentation(); in SetStep()1360 SemaRef.Diag(NewStep->getExprLoc(), in SetStep()[all …]