Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp97 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
137 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
187 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
350 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
399 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
739 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
881 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
930 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
978 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
1052 Dir->setCalcLastIteration(Exprs.CalcLastIteration); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h672 Expr *CalcLastIteration; member
740 CalcLastIteration = nullptr; in clear()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp5310 ExprResult CalcLastIteration; in checkOpenMPLoop() local
5674 Built.CalcLastIteration = in checkOpenMPLoop()
5675 SemaRef.ActOnFinishFullExpr(CalcLastIteration.get()).get(); in checkOpenMPLoop()