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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp187 getIncrementedVar(const Expr *expr, const VarDecl *x, const VarDecl *y) { function
195 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
198 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y))
211 ? getIncrementedVar(U->getSubExpr(), x, y) : nullptr;
270 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS);

Completed in 68 milliseconds