Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
H A DCMakeLists.txt105 SmartPtrChecker.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn113 "SmartPtrChecker.cpp",
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td797 def SmartPtrChecker: Checker<"SmartPtr">,
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt530 clang/lib/StaticAnalyzer/Checkers/SmartPtrChecker.cpp