Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp250 const DeclRefExpr *drLHS = in checkLoopConditionForFloat() local
256 drLHS = drLHS && drLHS->getType()->isRealFloatingType() ? drLHS : nullptr; in checkLoopConditionForFloat()
259 if (!drLHS && !drRHS) in checkLoopConditionForFloat()
262 const VarDecl *vdLHS = drLHS ? dyn_cast<VarDecl>(drLHS->getDecl()) : nullptr; in checkLoopConditionForFloat()
277 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat()