Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp309 Dir->setLastIteration(Exprs.LastIteration); in Create()
344 Dir->setLastIteration(Exprs.LastIteration); in Create()
459 Dir->setLastIteration(Exprs.LastIteration); in Create()
589 Dir->setLastIteration(Exprs.LastIteration); in Create()
634 Dir->setLastIteration(Exprs.LastIteration); in Create()
951 Dir->setLastIteration(Exprs.LastIteration); in Create()
1055 Dir->setLastIteration(Exprs.LastIteration); in Create()
1100 Dir->setLastIteration(Exprs.LastIteration); in Create()
1143 Dir->setLastIteration(Exprs.LastIteration); in Create()
1188 Dir->setLastIteration(Exprs.LastIteration); in Create()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp9614 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9623 LastIteration = LastIteration32; in checkOpenMPLoop()
9624 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9634 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9638 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9640 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9642 LastIteration.get(), in checkOpenMPLoop()
9644 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9655 LastIteration = SaveRef; in checkOpenMPLoop()
9709 LastIteration.get(), UB.get()); in checkOpenMPLoop()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h744 Expr *LastIteration; member
815 return IterationVarRef != nullptr && LastIteration != nullptr && in builtAll()
826 LastIteration = nullptr; in clear()