Searched refs:drRHS (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp252 const DeclRefExpr *drRHS = local
257 drRHS = drRHS && drRHS->getType()->isRealFloatingType() ? drRHS : nullptr;
259 if (!drLHS && !drRHS)
263 const VarDecl *vdRHS = drRHS ? dyn_cast<VarDecl>(drRHS->getDecl()) : nullptr;
277 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS;

Completed in 988 milliseconds