Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1737 def PointerIterationChecker : Checker<"PointerIteration">,
/freebsd/lib/clang/libclang/
H A DMakefile718 SRCS_FUL+= StaticAnalyzer/Checkers/PointerIterationChecker.cpp