Searched defs:RefPtr (Results 1 – 5 of 5) sorted by relevance
47 struct RefPtr { struct52 intrefptr;57 intrefptr2;62 refptr0;66 refptr1;73 refptr2; // expected-note {{in instantiation}}
3 template<typename T> struct RefPtr { struct4 …RefPtr& operator=(const RefPtr&) { int a[sizeof(T) ? -1 : -1];} // expected-error 2 {{array with a… in operator =() argument
133 struct RefPtr { struct134 T *m_ptr;135 ~RefPtr() { m_ptr->deref(); } in ~RefPtr()156 struct RefPtr { struct168 …) {} // expected-note {{in instantiation of member function 'vtable_uses_incomplete::RefPtr<vtable… in UsesVTable()
76 template <class T> struct RefPtr { struct77 T* p;78 ~RefPtr() { in ~RefPtr()
15 template<typename> struct RefPtr { }; struct