Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
H A DCMakeLists.txt10 ArrayBoundCheckerV2.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn19 "ArrayBoundCheckerV2.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile17 ArrayBoundCheckerV2.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td946 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,