Home
last modified time | relevance | path

Searched refs:ArrayBoundCheckerV2 (Results 1 – 4 of 4) 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.txt14 ArrayBoundCheckerV2.cpp
DAndroid.mk20 ArrayBoundCheckerV2.cpp \
DCheckers.td331 def ArrayBoundCheckerV2 : Checker<"ArrayBoundV2">,
333 DescFile<"ArrayBoundCheckerV2.cpp">;