Home
last modified time | relevance | path

Searched refs:ArrayBoundChecker (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundChecker.cpp26 class ArrayBoundChecker : class
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
93 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
DCMakeLists.txt13 ArrayBoundChecker.cpp
DAndroid.mk19 ArrayBoundChecker.cpp \
DCheckers.td258 def ArrayBoundChecker : Checker<"ArrayBound">,
260 DescFile<"ArrayBoundChecker.cpp">;
/external/clang/test/Analysis/
Dmisc-ps-region-store.m1172 // ArrayBoundChecker. Nothing intelligent (yet); just don't crash.
/external/clang/patches/
D0004-Add-Android-build-system.patch1496 + ArrayBoundChecker.cpp \