Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
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()
DCMakeLists.txt101 SmartPtrChecker.cpp
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
DBUILD.gn110 "SmartPtrChecker.cpp",
/external/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td749 def SmartPtrChecker: Checker<"SmartPtr">,