Searched refs:ArrayBoundChecker (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | ArrayBoundChecker.cpp | 140 class ArrayBoundChecker : public Checker<check::PostStmt<ArraySubscriptExpr>, class 568 void ArrayBoundChecker::performCheck(const Expr *E, CheckerContext &C) const { in performCheck() 720 void ArrayBoundChecker::markPartsInteresting(PathSensitiveBugReport &BR, in markPartsInteresting() 743 void ArrayBoundChecker::reportOOB(CheckerContext &C, ProgramStateRef ErrorState, in reportOOB() 775 bool ArrayBoundChecker::isFromCtypeMacro(const Expr *E, ASTContext &ACtx) { in isFromCtypeMacro() 794 bool ArrayBoundChecker::isOffsetObviouslyNonnegative(const Expr *E, in isOffsetObviouslyNonnegative() 802 bool ArrayBoundChecker::isInAddressOf(const Stmt *S, ASTContext &ACtx) { in isInAddressOf() 814 bool ArrayBoundChecker::isIdiomaticPastTheEndPtr(const Expr *E, in isIdiomaticPastTheEndPtr() 827 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 977 def ArrayBoundChecker : Checker<"ArrayBound">,
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 677 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 6339 …BAL__N_117ArrayBoundCheckerD1Ev", "(anonymous namespace)::ArrayBoundChecker::~ArrayBoundChecker()"… 6340 …BAL__N_117ArrayBoundCheckerD0Ev", "(anonymous namespace)::ArrayBoundChecker::~ArrayBoundChecker()"… 6341 …tEPKNS_4StmtE", "clang::ento::CheckerVisitor<(anonymous namespace)::ArrayBoundChecker>::_PreVisit(… 6342 …tEPKNS_4StmtE", "clang::ento::CheckerVisitor<(anonymous namespace)::ArrayBoundChecker>::_PostVisit… 6343 …o14CheckerContextEPKNS1_4StmtENS2_4SValEb", "(anonymous namespace)::ArrayBoundChecker::visitLocati… 6344 …CheckerEED1Ev", "clang::ento::CheckerVisitor<(anonymous namespace)::ArrayBoundChecker>::~CheckerVi… 6345 …CheckerEED0Ev", "clang::ento::CheckerVisitor<(anonymous namespace)::ArrayBoundChecker>::~CheckerVi… 25158 {"_ZTVN12_GLOBAL__N_117ArrayBoundCheckerE", "vtable for (anonymous namespace)::ArrayBoundChecker"}, 26345 …ndCheckerEEE", "vtable for clang::ento::CheckerVisitor<(anonymous namespace)::ArrayBoundChecker>"}, 26671 {"_ZZN12_GLOBAL__N_117ArrayBoundChecker6getTagEvE1x", "(anonymous namespace)::ArrayBoundChecker::ge…
|