Searched refs:getIncrementedVar (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CheckSecuritySyntaxOnly.cpp | 229 getIncrementedVar(const Expr *expr, const VarDecl *x, const VarDecl *y) { in getIncrementedVar() function 237 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y)) in getIncrementedVar() 240 if (const DeclRefExpr *rhs = getIncrementedVar(B->getRHS(), x, y)) in getIncrementedVar() 253 ? getIncrementedVar(U->getSubExpr(), x, y) : nullptr; in getIncrementedVar() 312 const DeclRefExpr *drInc = getIncrementedVar(increment, vdLHS, vdRHS); in checkLoopConditionForFloat()
|