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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIteratorModeling.cpp279 const bool IsIterOnLHS = BO->getLHS()->getType()->isPointerType(); local
280 const Expr *const &IterExpr = IsIterOnLHS ? LHS : RHS;
281 const Expr *const &AmountExpr = IsIterOnLHS ? RHS : LHS;
286 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal;

Completed in 120 milliseconds