Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp304 void PointerArithChecker::checkPreStmt(const ArraySubscriptExpr *SubsExpr, in checkPreStmt() argument
306 SVal Idx = C.getSVal(SubsExpr->getIdx()); in checkPreStmt()
313 if (SubsExpr->getBase()->getType()->isVectorType()) in checkPreStmt()
315 reportPointerArithMisuse(SubsExpr->getBase(), C); in checkPreStmt()