reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/OpenMPClause.h
 1534   ArrayRef<Expr *> getLoopNumIterations() const;

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1587                   E = C->getLoopNumIterations().size();
 2357         RT.emitDoacrossInit(*this, S, OrderedClause->getLoopNumIterations());
 5199                         E = C->getLoopNumIterations().size();
tools/clang/lib/Sema/SemaOpenMP.cpp
 6682           DSA.getOrderedRegionParam().second->getLoopNumIterations().size()) {
tools/clang/lib/Serialization/ASTWriter.cpp
 6701   Record.push_back(C->getLoopNumIterations().size());
 6703   for (Expr *NumIter : C->getLoopNumIterations())
 6705   for (unsigned I = 0, E = C->getLoopNumIterations().size(); I <E; ++I)