Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp32 class ArrayBoundCheckerV2 : class
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
230 void ArrayBoundCheckerV2::reportOOB( in reportOOB()
356 mgr.registerChecker<ArrayBoundCheckerV2>(); in registerArrayBoundCheckerV2()
/freebsd-13.1/lib/clang/libclang/
H A DMakefile536 SRCS_FUL+= StaticAnalyzer/Checkers/ArrayBoundCheckerV2.cpp
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td946 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,