Searched refs:LastIteration (Results 1 – 3 of 3) sorted by relevance
309 Dir->setLastIteration(Exprs.LastIteration); in Create()344 Dir->setLastIteration(Exprs.LastIteration); in Create()520 Dir->setLastIteration(Exprs.LastIteration); in Create()667 Dir->setLastIteration(Exprs.LastIteration); in Create()712 Dir->setLastIteration(Exprs.LastIteration); in Create()1061 Dir->setLastIteration(Exprs.LastIteration); in Create()1165 Dir->setLastIteration(Exprs.LastIteration); in Create()1210 Dir->setLastIteration(Exprs.LastIteration); in Create()1253 Dir->setLastIteration(Exprs.LastIteration); in Create()1298 Dir->setLastIteration(Exprs.LastIteration); in Create()[all …]
9845 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local9854 LastIteration = LastIteration32; in checkOpenMPLoop()9855 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()9865 if (!LastIteration.isUsable()) in checkOpenMPLoop()9869 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()9871 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()9872 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()9873 LastIteration.get(), in checkOpenMPLoop()9875 if (!LastIteration.isUsable()) in checkOpenMPLoop()9881 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()[all …]
744 Expr *LastIteration; member815 return IterationVarRef != nullptr && LastIteration != nullptr && in builtAll()826 LastIteration = nullptr; in clear()