Home
last modified time | relevance | path

Searched refs:getNumForLoops (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/clang/lib/AST/
H A DStmtProfile.cpp315 if (C->getNumForLoops()) in VisitOMPCollapseClause()
316 Profiler->VisitStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
330 if (auto *Num = C->getNumForLoops()) in VisitOMPOrderedClause()
H A DStmtPrinter.cpp638 Node->getNumForLoops()->printPretty(OS, nullptr, Policy, 0); in VisitOMPCollapseClause()
676 if (auto *Num = Node->getNumForLoops()) { in VisitOMPOrderedClause()
/aosp_15_r20/external/clang/include/clang/AST/
H A DRecursiveASTVisitor.h2644 TRY_TO(TraverseStmt(C->getNumForLoops()));
2668 TRY_TO(TraverseStmt(C->getNumForLoops()));
H A DOpenMPClause.h537 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
913 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp1826 Record.AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
1856 Record.AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DRecursiveASTVisitor.h3281 TRY_TO(TraverseStmt(C->getNumForLoops()));
3351 TRY_TO(TraverseStmt(C->getNumForLoops()));
DOpenMPClause.h998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function
1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DRecursiveASTVisitor.h3298 TRY_TO(TraverseStmt(C->getNumForLoops()));
3368 TRY_TO(TraverseStmt(C->getNumForLoops()));
DOpenMPClause.h998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function
1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DRecursiveASTVisitor.h3298 TRY_TO(TraverseStmt(C->getNumForLoops()));
3368 TRY_TO(TraverseStmt(C->getNumForLoops()));
DOpenMPClause.h998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function
1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DRecursiveASTVisitor.h3319 TRY_TO(TraverseStmt(C->getNumForLoops()));
3389 TRY_TO(TraverseStmt(C->getNumForLoops()));
DOpenMPClause.h998 Expr *getNumForLoops() const { return getStmtAs<Expr>(); } in getNumForLoops() function
1888 Expr *getNumForLoops() const { return cast_or_null<Expr>(NumForLoops); } in getNumForLoops() function
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1845 if (!LCs.empty() && OC && OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
1854 OC->getNumForLoops()) { in ActOnOpenMPRegionEnd()
5417 return (*CollapseClauses.begin())->getNumForLoops(); in getCollapseNumberExpr()
5425 return (*OrderedClauses.begin())->getNumForLoops(); in getOrderedNumberExpr()
H A DTreeTransform.h7684 ExprResult E = getDerived().TransformExpr(C->getNumForLoops()); in TransformOMPCollapseClause()
7724 if (auto *Num = C->getNumForLoops()) { in TransformOMPOrderedClause()
/aosp_15_r20/external/clang/tools/libclang/
H A DCIndex.cpp2085 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPCollapseClause()
2098 Visitor->AddStmt(C->getNumForLoops()); in VisitOMPOrderedClause()
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1976 if (OrderedClause->getNumForLoops()) in EmitOMPWorksharingLoop()