Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile535 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundChecker.cpp
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td942 def ArrayBoundChecker : Checker<"ArrayBound">,