Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp235 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : NULL; in checkLoopConditionForFloat() local
237 if (!vdLHS && !vdRHS) in checkLoopConditionForFloat()
241 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat()