Searched refs:getIncrementedVar (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CheckSecuritySyntaxOnly.cpp | 186 getIncrementedVar(const Expr *expr, const VarDecl *x, const VarDecl *y) { in getIncrementedVar() function 194 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y)) in getIncrementedVar() 197 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y)) in getIncrementedVar() 210 ? getIncrementedVar(U->getSubExpr(), x, y) : nullptr; in getIncrementedVar() 269 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat()
|