Searched refs:SmartPtr (Results 1 – 9 of 9) sorted by relevance
11 struct SmartPtr { struct12 ~SmartPtr();51 void negativeSmartPtr(SmartPtr P) { in negativeSmartPtr()
11 struct SmartPtr { struct12 ~SmartPtr();48 const SmartPtr &getSmartPtr();
32 struct SmartPtr { struct33 ~SmartPtr();91 for (auto P : View<Iterator<SmartPtr>>()) { in negativeSmartPtr()
74 class SmartPtr { class76 SmartPtr(T* p) : ptr_(p) { } in SmartPtr() function in SmartPtr77 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { } in SmartPtr() function in SmartPtr78 ~SmartPtr();
127 struct SmartPtr { struct132 void test_smartptr(SmartPtr ptr, const SmartPtr cptr, in test_smartptr()133 const volatile SmartPtr cvptr) { in test_smartptr()
70 class SmartPtr { class72 SmartPtr(T* p) : ptr_(p) { } in SmartPtr() function in SmartPtr73 SmartPtr(const SmartPtr<T>& p) : ptr_(p.ptr_) { } in SmartPtr() function in SmartPtr74 ~SmartPtr();3237 SmartPtr<Mutex> getMutexPtr();3273 SmartPtr<Mutex> mu_;3387 SmartPtr<Foo> foo;5127 SmartPtr<Mutex> mu;5141 SmartPtr<Mutex> mu;5438 SmartPtr<Foo> foosp PT_GUARDED_BY(mu);[all …]
632 "Enable modeling for SmartPtr null dereferences",797 def SmartPtrChecker: Checker<"SmartPtr">,
1879 .. _alpha-cplusplus-SmartPtr:1881 alpha.cplusplus.SmartPtr (C++)
529 clang/lib/StaticAnalyzer/Checkers/SmartPtr.h