Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPointerIterationChecker.cpp28 class PointerIterationChecker : public Checker<check::ASTCodeBody> { class
37 const PointerIterationChecker *Checker) { in emitDiagnostics()
82 void PointerIterationChecker::checkASTCodeBody(const Decl *D, in checkASTCodeBody()
95 Mgr.registerChecker<PointerIterationChecker>(); in registerPointerIterationChecker()
H A DCMakeLists.txt89 PointerIterationChecker.cpp
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn98 "PointerIterationChecker.cpp",
/netbsd-src/external/apache2/llvm/lib/libclangStaticAnalyzerCheckers/
H A DMakefile98 PointerIterationChecker.cpp \
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1614 def PointerIterationChecker : Checker<"PointerIteration">,