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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp303 void PointerArithChecker::checkPreStmt(const ArraySubscriptExpr *SubsExpr, argument
305 SVal Idx = C.getSVal(SubsExpr->getIdx());
312 if (SubsExpr->getBase()->getType()->isVectorType())
314 reportPointerArithMisuse(SubsExpr->getBase(), C);

Completed in 41 milliseconds