Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCheckSecuritySyntaxOnly.cpp197 getIncrementedVar(const Expr *expr, const VarDecl *x, const VarDecl *y) { in getIncrementedVar() function
205 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y)) in getIncrementedVar()
208 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y)) in getIncrementedVar()
221 ? getIncrementedVar(U->getSubExpr(), x, y) : nullptr; in getIncrementedVar()
280 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat()