Searched refs:LastIteration (Results 1 – 3 of 3) sorted by relevance
265 Dir->setLastIteration(Exprs.LastIteration); in Create()300 Dir->setLastIteration(Exprs.LastIteration); in Create()367 Dir->setLastIteration(Exprs.LastIteration); in Create()497 Dir->setLastIteration(Exprs.LastIteration); in Create()542 Dir->setLastIteration(Exprs.LastIteration); in Create()835 Dir->setLastIteration(Exprs.LastIteration); in Create()939 Dir->setLastIteration(Exprs.LastIteration); in Create()984 Dir->setLastIteration(Exprs.LastIteration); in Create()1027 Dir->setLastIteration(Exprs.LastIteration); in Create()1072 Dir->setLastIteration(Exprs.LastIteration); in Create()[all …]
9060 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local9069 LastIteration = LastIteration32; in checkOpenMPLoop()9070 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()9080 if (!LastIteration.isUsable()) in checkOpenMPLoop()9084 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()9086 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()9087 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()9088 LastIteration.get(), in checkOpenMPLoop()9090 if (!LastIteration.isUsable()) in checkOpenMPLoop()9096 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()[all …]
739 Expr *LastIteration; member810 return IterationVarRef != nullptr && LastIteration != nullptr && in builtAll()821 LastIteration = nullptr; in clear()