Searched refs:CounterVar (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7677 Expr *CounterVar = nullptr; member 8650 IS.CounterVar, MinValue.get()); in buildNumIterations() 8670 IS.CounterVar, MaxValue.get()); in buildNumIterations() 8718 SemaRef.BuildBinOp(S, DefaultLoc, BO_Assign, IS.CounterVar, LBVal); in buildNumIterations() 8736 IS.CounterVar, MinValue.get()); in buildNumIterations() 8756 IS.CounterVar, MaxValue.get()); in buildNumIterations() 9305 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace() 9334 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace() 9347 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace() 9379 ResultIterSpaces[CurrentNestedLoopCount].CounterVar, Captures, in checkOpenMPIterationSpace() [all …]
|