Home
last modified time | relevance | path

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

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp26 class ArrayBoundChecker : class
36 void ArrayBoundChecker::checkLocation(SVal l, bool isLoad, const Stmt* LoadS, in checkLocation()
87 mgr.registerChecker<ArrayBoundChecker>(); in registerArrayBoundChecker()
H A DCMakeLists.txt10 ArrayBoundChecker.cpp
/llvm-project/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn19 "ArrayBoundChecker.cpp",
/llvm-project/clang/test/Analysis/
H A Dmisc-ps-region-store.m1168 // Handle looking at the size of a VLA in ArrayBoundChecker. Nothing
/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1038 def ArrayBoundChecker : Checker<"ArrayBound">,