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