Searched refs:ArrayBoundCheckerV2 (Results 1 – 3 of 3) sorted by relevance
49 class ArrayBoundCheckerV2 : public Checker<check::PostStmt<ArraySubscriptExpr>, class321 void ArrayBoundCheckerV2::performCheck(const Expr *E, CheckerContext &C) const { in performCheck()429 void ArrayBoundCheckerV2::reportOOB(CheckerContext &C, in reportOOB()448 bool ArrayBoundCheckerV2::isFromCtypeMacro(const Stmt *S, ASTContext &ACtx) { in isFromCtypeMacro()467 bool ArrayBoundCheckerV2::isInAddressOf(const Stmt *S, ASTContext &ACtx) { in isInAddressOf()480 mgr.registerChecker<ArrayBoundCheckerV2>(); in registerArrayBoundCheckerV2()
1039 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
607 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp