Home
last modified time | relevance | path

Searched refs:ArrayBoundChecker (Results 1 – 5 of 5) 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()
92 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
DCMakeLists.txt13 ArrayBoundChecker.cpp
DAndroid.mk19 ArrayBoundChecker.cpp \
DCheckers.td327 def ArrayBoundChecker : Checker<"ArrayBound">,
329 DescFile<"ArrayBoundChecker.cpp">;
/external/clang/test/Analysis/
Dmisc-ps-region-store.m1172 // ArrayBoundChecker. Nothing intelligent (yet); just don't crash.