Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp30 class ArrayBoundCheckerV2 : class
114 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
229 void ArrayBoundCheckerV2::reportOOB( in reportOOB()
355 mgr.registerChecker<ArrayBoundCheckerV2>(); in registerArrayBoundCheckerV2()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td475 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
/freebsd-12.1/lib/clang/libclang/
H A DMakefile478 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp