Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp26 class ArrayBoundChecker : class
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
92 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
H A DCMakeLists.txt10 ArrayBoundChecker.cpp
/openbsd/gnu/llvm/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn19 "ArrayBoundChecker.cpp",
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1002 def ArrayBoundChecker : Checker<"ArrayBound">,