Home
last modified time | relevance | path

Searched refs:ArrayBoundChecker (Results 1 – 4 of 4) 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.txt8 ArrayBoundChecker.cpp
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td329 def ArrayBoundChecker : Checker<"ArrayBound">,
331 DescFile<"ArrayBoundChecker.cpp">;
/external/clang/test/Analysis/
Dmisc-ps-region-store.m1172 // ArrayBoundChecker. Nothing intelligent (yet); just don't crash.