Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp372 getTrailingObjects<Expr *>()[NumLoop] = NumIterations; in setLoopNumIterations()
384 Expr *OMPOrderedClause::getLoopCounter(unsigned NumLoop) { in getLoopCounter() argument
1086 NumLoop < NumLoops && in setLoopData()
1089 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in setLoopData()
1093 Expr *OMPDependClause::getLoopData(unsigned NumLoop) { in getLoopData() argument
1096 NumLoop < NumLoops && in getLoopData()
1099 auto *It = std::next(getVarRefs().end(), NumLoop + 1); in getLoopData()
1106 NumLoop < NumLoops && in getLoopData()
1707 auto *It = std::next(getVarRefs().end(), NumLoop); in setLoopData()
1711 Expr *OMPDoacrossClause::getLoopData(unsigned NumLoop) { in getLoopData() argument
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1891 void setLoopNumIterations(unsigned NumLoop, Expr *NumIterations);
1896 void setLoopCounter(unsigned NumLoop, Expr *Counter);
1898 Expr *getLoopCounter(unsigned NumLoop);
1899 const Expr *getLoopCounter(unsigned NumLoop) const;
4998 void setLoopData(unsigned NumLoop, Expr *Cnt);
5001 Expr *getLoopData(unsigned NumLoop);
5002 const Expr *getLoopData(unsigned NumLoop) const;
9243 void setLoopData(unsigned NumLoop, Expr *Cnt);
9246 Expr *getLoopData(unsigned NumLoop);
9247 const Expr *getLoopData(unsigned NumLoop) const;