Searched refs:SubsExpr (Results 1 – 1 of 1) sorted by relevance
297 void PointerArithChecker::checkPreStmt(const ArraySubscriptExpr *SubsExpr, in checkPreStmt() argument299 SVal Idx = C.getSVal(SubsExpr->getIdx()); in checkPreStmt()306 if (SubsExpr->getBase()->getType()->isVectorType()) in checkPreStmt()308 reportPointerArithMisuse(SubsExpr->getBase(), C); in checkPreStmt()