Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp210 auto CounterVar = Matches[0].getNodeAs<VarDecl>("initVarName"); in shouldCompletelyUnroll() local
227 return !isPossiblyEscaped(CounterVar->getCanonicalDecl(), Pred); in shouldCompletelyUnroll()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOpenMP.cpp4695 Expr *CounterVar = nullptr; member
4887 ResultIterSpace.CounterVar = ISC.buildCounterVar(Captures, DSA); in checkOpenMPIterationSpace()
4898 ResultIterSpace.CounterVar == nullptr || in checkOpenMPIterationSpace()
4909 CurrentNestedLoopCount, ResultIterSpace.CounterVar); in checkOpenMPIterationSpace()
4926 DSA.getCurScope(), ResultIterSpace.CounterVar, Captures, in checkOpenMPIterationSpace()
5166 if (Cnt > 0 && IterSpaces[Cnt].CounterVar) { in checkOpenMPLoop()
5168 auto *DRE = cast<DeclRefExpr>(IterSpaces[Cnt].CounterVar); in checkOpenMPLoop()
5628 DeclRefExpr *CounterVar = buildDeclRefExpr( in checkOpenMPLoop() local
5629 SemaRef, VD, IS.CounterVar->getType(), IS.CounterVar->getExprLoc(), in checkOpenMPLoop()
5647 SemaRef, CurScope, UpdLoc, CounterVar, IS.CounterInit, in checkOpenMPLoop()
[all …]