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