Home
last modified time | relevance | path

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

/freebsd-14.2/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()
87 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1035 def ArrayBoundChecker : Checker<"ArrayBound">,
/freebsd-14.2/lib/clang/libclang/
H A DMakefile606 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundChecker.cpp