Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCheckSecuritySyntaxOnly.cpp161 getIncrementedVar(const Expr *expr, const VarDecl *x, const VarDecl *y) { in getIncrementedVar() function
169 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y)) in getIncrementedVar()
172 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y)) in getIncrementedVar()
185 ? getIncrementedVar(U->getSubExpr(), x, y) : NULL; in getIncrementedVar()
241 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat()