Searched refs:CounterVar (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 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() [all …]
|