Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5749 auto *CounterRef = cast<DeclRefExpr>(LCAssign->getLHS()); in ActOnOpenMPCanonicalLoop() local
5750 LIVDecl = cast<VarDecl>(CounterRef->getDecl()); in ActOnOpenMPCanonicalLoop()
5810 auto *CounterRef = cast<DeclRefExpr>(LHS->IgnoreImplicit()); in ActOnOpenMPCanonicalLoop() local
5874 *this, LVTy, LogicalTy, CounterRef, Step, isa<CXXForRangeStmt>(AStmt)); in ActOnOpenMPCanonicalLoop()
14606 for (Expr *CounterRef : LoopHelper.Counters) { in ActOnOpenMPTileDirective()
14607 auto *CounterDecl = cast<DeclRefExpr>(CounterRef)->getDecl(); in ActOnOpenMPTileDirective()
14851 for (Expr *CounterRef : LoopHelper.Counters) { in ActOnOpenMPUnrollDirective()
14852 auto *CounterDecl = cast<DeclRefExpr>(CounterRef)->getDecl(); in ActOnOpenMPUnrollDirective()