Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp241 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat() local
243 if (!drInc) in checkLoopConditionForFloat()
248 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat()
259 ranges.push_back(drInc->getSourceRange()); in checkLoopConditionForFloat()