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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp277 const DeclRefExpr *drCond = vdLHS == drInc->getDecl() ? drLHS : drRHS; local
283 os << "Variable '" << drCond->getDecl()->getName()
284 << "' with floating point type '" << drCond->getType().getAsString()
287 ranges.push_back(drCond->getSourceRange());

Completed in 72 milliseconds