Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp284 Dir->setLastIteration(Exprs.LastIteration); in Create()
319 Dir->setLastIteration(Exprs.LastIteration); in Create()
405 Dir->setLastIteration(Exprs.LastIteration); in Create()
535 Dir->setLastIteration(Exprs.LastIteration); in Create()
580 Dir->setLastIteration(Exprs.LastIteration); in Create()
873 Dir->setLastIteration(Exprs.LastIteration); in Create()
977 Dir->setLastIteration(Exprs.LastIteration); in Create()
1022 Dir->setLastIteration(Exprs.LastIteration); in Create()
1065 Dir->setLastIteration(Exprs.LastIteration); in Create()
1110 Dir->setLastIteration(Exprs.LastIteration); in Create()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9084 ExprResult LastIteration = LastIteration64; in checkOpenMPLoop() local
9093 LastIteration = LastIteration32; in checkOpenMPLoop()
9094 QualType VType = LastIteration.get()->getType(); in checkOpenMPLoop()
9104 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9108 ExprResult NumIterations = LastIteration; in checkOpenMPLoop()
9110 LastIteration = SemaRef.BuildBinOp( in checkOpenMPLoop()
9112 LastIteration.get(), in checkOpenMPLoop()
9114 if (!LastIteration.isUsable()) in checkOpenMPLoop()
9125 LastIteration = SaveRef; in checkOpenMPLoop()
9178 LastIteration.get(), UB.get()); in checkOpenMPLoop()
[all …]
/freebsd-13.1/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()