HomeSort by: relevance | last modified time | path
    Searched refs:getNumForLoops (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtProfile.cpp 477 if (C->getNumForLoops())
478 Profiler->VisitStmt(C->getNumForLoops());
524 if (auto *Num = C->getNumForLoops())
OpenMPClause.cpp 1613 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0);
1685 if (auto *Num = Node->getNumForLoops()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RecursiveASTVisitor.h 3087 TRY_TO(TraverseStmt(C->getNumForLoops()));
3141 TRY_TO(TraverseStmt(C->getNumForLoops()));
OpenMPClause.h 938 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
1640 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 2233 if (!C->getNumForLoops())
3088 if (OrderedClause->getNumForLoops())
7129 if (!C->getNumForLoops())
CGOpenMPRuntime.cpp 2553 [](const OMPOrderedClause *C) { return C->getNumForLoops(); })) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 6066 Record.AddStmt(C->getNumForLoops());
6102 Record.AddStmt(C->getNumForLoops());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 4549 if (!LCs.empty() && OC && OC->getNumForLoops()) {
4558 OC->getNumForLoops()) {
8683 if (DSA.getOrderedRegionParam().second->getNumForLoops()) {
9570 return (*CollapseClauses.begin())->getNumForLoops();
9578 return (*OrderedClauses.begin())->getNumForLoops();
TreeTransform.h 9219 ExprResult E = getDerived().TransformExpr(C->getNumForLoops());
9259 if (auto *Num = C->getNumForLoops()) {
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2231 Visitor->AddStmt(C->getNumForLoops());
2244 Visitor->AddStmt(C->getNumForLoops());

Completed in 210 milliseconds