Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp297 void PointerArithChecker::checkPreStmt(const ArraySubscriptExpr *SubsExpr, in checkPreStmt() argument
299 SVal Idx = C.getSVal(SubsExpr->getIdx()); in checkPreStmt()
306 if (SubsExpr->getBase()->getType()->isVectorType()) in checkPreStmt()
308 reportPointerArithMisuse(SubsExpr->getBase(), C); in checkPreStmt()