Lines Matching refs:CounterVar

7724   Expr *CounterVar = nullptr;  member
8614 IS.CounterVar, MinValue.get()); in buildNumIterations()
8634 IS.CounterVar, MaxValue.get()); in buildNumIterations()
8682 SemaRef.BuildBinOp(S, DefaultLoc, BO_Assign, IS.CounterVar, LBVal); in buildNumIterations()
8700 IS.CounterVar, MinValue.get()); in buildNumIterations()
8720 IS.CounterVar, MaxValue.get()); in buildNumIterations()
9264 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9293 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
9306 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
9338 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9343 ResultIterSpaces[CurrentNestedLoopCount].CounterVar) in checkOpenMPIterationSpace()
9353 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9358 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace()
9635 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
9637 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
10184 auto *VD = cast<VarDecl>(cast<DeclRefExpr>(IS.CounterVar)->getDecl()); in checkOpenMPLoop()
10185 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
10186 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
10189 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10196 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop()
10205 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10218 Built.Counters[Cnt] = IS.CounterVar; in checkOpenMPLoop()