Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp29 class ArrayBoundCheckerV2 : class
84 void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad, in checkLocation()
181 void ArrayBoundCheckerV2::reportOOB(CheckerContext &checkerContext, in reportOOB()
305 mgr.registerChecker<ArrayBoundCheckerV2>(); in registerArrayBoundCheckerV2()
DCMakeLists.txt9 ArrayBoundCheckerV2.cpp
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td333 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
335 DescFile<"ArrayBoundCheckerV2.cpp">;