Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp32 class ArrayBoundCheckerV2 : class
116 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
229 void ArrayBoundCheckerV2::reportOOB( in reportOOB()
355 mgr.registerChecker<ArrayBoundCheckerV2>(); in registerArrayBoundCheckerV2()
H A DCMakeLists.txt10 ArrayBoundCheckerV2.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn19 "ArrayBoundCheckerV2.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1002 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,