Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrChecker.cpp35 class SmartPtrChecker : public Checker<check::PreCall> { class
60 void SmartPtrChecker::checkPreCall(const CallEvent &Call, in checkPreCall()
79 void SmartPtrChecker::reportBug(CheckerContext &C, const MemRegion *DerefRegion, in reportBug()
93 void SmartPtrChecker::explainDereference(llvm::raw_ostream &OS, in explainDereference()
101 SmartPtrChecker *Checker = Mgr.registerChecker<SmartPtrChecker>(); in registerSmartPtrChecker()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td823 def SmartPtrChecker: Checker<"SmartPtr">,
/freebsd/lib/clang/libclang/
H A DMakefile749 SRCS_FUL+= StaticAnalyzer/Checkers/SmartPtrChecker.cpp