Home
last modified time | relevance | path

Searched refs:NumLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp351 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopNumIterations()
352 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()
360 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopCounter()
364 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument
365 assert(NumLoop < NumberOfLoops && "out of loops number."); in getLoopCounter()
1057 NumLoop < NumLoops && in setLoopData()
1060 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()
1064 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument
1067 NumLoop < NumLoops && in getLoopData()
1070 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1751 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
1756 void setLoopCounter(unsigned NumLoop, Expr *Counter);
1758 Expr *getLoopCounter(unsigned NumLoop);
1759 const Expr *getLoopCounter(unsigned NumLoop) const;
4730 void setLoopData(unsigned NumLoop, Expr *Cnt);
4733 Expr *getLoopData(unsigned NumLoop);
4734 const Expr *getLoopData(unsigned NumLoop) const;