Home
last modified time | relevance | path

Searched refs:LastIteration (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp309 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 …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9845 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9854 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 …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h744 Expr *LastIteration; member
815 return IterationVarRef != nullptr && LastIteration != nullptr && in builtAll()
826 LastIteration = nullptr; in clear()