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.cpp308 Dir->setLastIteration(Exprs.LastIteration); in Create()
345 Dir->setLastIteration(Exprs.LastIteration); in Create()
499 Dir->setLastIteration(Exprs.LastIteration); in Create()
646 Dir->setLastIteration(Exprs.LastIteration); in Create()
691 Dir->setLastIteration(Exprs.LastIteration); in Create()
1023 Dir->setLastIteration(Exprs.LastIteration); in Create()
1127 Dir->setLastIteration(Exprs.LastIteration); in Create()
1172 Dir->setLastIteration(Exprs.LastIteration); in Create()
1215 Dir->setLastIteration(Exprs.LastIteration); in Create()
1260 Dir->setLastIteration(Exprs.LastIteration); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9757 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9766 LastIteration = LastIteration32; in checkOpenMPLoop()
9767 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9777 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9781 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9783 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9784 CurScope, LastIteration.get()->getExprLoc(), BO_Sub, in checkOpenMPLoop()
9785 LastIteration.get(), in checkOpenMPLoop()
9787 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9793 bool IsConstant = LastIteration.get()->isIntegerConstantExpr(SemaRef.Context); in checkOpenMPLoop()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h760 Expr *LastIteration; member
831 return IterationVarRef != nullptr && LastIteration != nullptr && in builtAll()
842 LastIteration = nullptr; in clear()