Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp248 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; in checkLoopConditionForFloat() local
254 os << "Variable '" << drCond->getDecl()->getName() in checkLoopConditionForFloat()
255 << "' with floating point type '" << drCond->getType().getAsString() in checkLoopConditionForFloat()
258 ranges.push_back(drCond->getSourceRange()); in checkLoopConditionForFloat()