Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp278 const bool IsIterOnLHS = BO->getLHS()->getType()->isPointerType(); in checkPostStmt() local
279 const Expr *const &IterExpr = IsIterOnLHS ? LHS : RHS; in checkPostStmt()
280 const Expr *const &AmountExpr = IsIterOnLHS ? RHS : LHS; in checkPostStmt()
285 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal; in checkPostStmt()