Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DOpenMPClause.cpp223 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopNumIterations()
224 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()
232 assert(NumLoop < NumberOfLoops && "out of loops number."); in setLoopCounter()
236 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument
745 NumLoop < NumLoops && in setLoopData()
748 auto It = std::next(getVarRefs().end(), NumLoop); in setLoopData()
752 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument
755 NumLoop < NumLoops && in getLoopData()
758 auto It = std::next(getVarRefs().end(), NumLoop); in getLoopData()
765 NumLoop < NumLoops && in getLoopData()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOpenMPClause.h1190 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
1195 void setLoopCounter(unsigned NumLoop, Expr *Counter);
1197 Expr *getLoopCounter(unsigned NumLoop);
1198 const Expr *getLoopCounter(unsigned NumLoop) const;
3407 void setLoopData(unsigned NumLoop, Expr *Cnt);
3410 Expr *getLoopData(unsigned NumLoop);
3411 const Expr *getLoopData(unsigned NumLoop) const;