Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp312 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat() local
313 if (!drInc) in checkLoopConditionForFloat()
316 const VarDecl *vdInc = cast<VarDecl>(drInc->getDecl()); in checkLoopConditionForFloat()
332 ranges.push_back(drInc->getSourceRange()); in checkLoopConditionForFloat()