Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp26 class ArrayBoundChecker : class
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
92 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
H A DCMakeLists.txt9 ArrayBoundChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn18 "ArrayBoundChecker.cpp",
/llvm-project-15.0.7/clang/test/Analysis/
H A Dmisc-ps-region-store.m1173 // ArrayBoundChecker. Nothing intelligent (yet); just don't crash.
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td998 def ArrayBoundChecker : Checker<"ArrayBound">,