Searched refs:CounterVar (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7683 Expr *CounterVar = nullptr; member 9192 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace() 9221 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace() 9234 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace() 9502 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop() 10042 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local 10043 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop() 10046 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop() 10053 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop() 10062 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop() [all …]
|