Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp7918 Expr *CounterVar = nullptr; member
9459 ResultIterSpaces[CurrentNestedLoopCount].CounterVar = in checkOpenMPIterationSpace()
9488 ResultIterSpaces[CurrentNestedLoopCount].CounterVar == nullptr || in checkOpenMPIterationSpace()
9501 ResultIterSpaces[CurrentNestedLoopCount].CounterVar); in checkOpenMPIterationSpace()
9800 IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
10340 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
10341 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
10344 buildCounterInit(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
10351 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, Iter, in checkOpenMPLoop()
10360 buildCounterUpdate(SemaRef, CurScope, UpdLoc, CounterVar, in checkOpenMPLoop()
[all …]