Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp49 class ArrayBoundCheckerV2 : public Checker<check::PostStmt<ArraySubscriptExpr>, class
321 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()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1039 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile607 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp