Searched defs:getIncrementedVar (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp176 getIncrementedVar(const Expr *expr, const VarDecl *x, const VarDecl *y) { function
184 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
187 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y))
200 ? getIncrementedVar(U->getSubExpr(), x, y) : NULL;
259 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS);

Completed in 57 milliseconds