Searched refs:ArrayBoundChecker (Results 1 – 5 of 5) sorted by relevance
26 class ArrayBoundChecker : class36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()87 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
10 ArrayBoundChecker.cpp
19 "ArrayBoundChecker.cpp",
1168 // Handle looking at the size of a VLA in ArrayBoundChecker. Nothing
1038 def ArrayBoundChecker : Checker<"ArrayBound">,