Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp308 Dir->setLastIteration(Exprs.LastIteration); in Create()
345 Dir->setLastIteration(Exprs.LastIteration); in Create()
461 Dir->setLastIteration(Exprs.LastIteration); in Create()
608 Dir->setLastIteration(Exprs.LastIteration); in Create()
653 Dir->setLastIteration(Exprs.LastIteration); in Create()
985 Dir->setLastIteration(Exprs.LastIteration); in Create()
1089 Dir->setLastIteration(Exprs.LastIteration); in Create()
1134 Dir->setLastIteration(Exprs.LastIteration); in Create()
1177 Dir->setLastIteration(Exprs.LastIteration); in Create()
1222 Dir->setLastIteration(Exprs.LastIteration); in Create()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9912 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9921 LastIteration = LastIteration32; in checkOpenMPLoop()
9922 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9932 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9936 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9938 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9940 LastIteration.get(), in checkOpenMPLoop()
9942 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9953 LastIteration = SaveRef; in checkOpenMPLoop()
10007 LastIteration.get(), UB.get()); in checkOpenMPLoop()
[all …]
/freebsd-14.2/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()