Searched defs:RefPtr (Results 1 – 7 of 7) sorted by relevance
47 struct RefPtr { struct52 intrefptr;57 intrefptr2;62 refptr0;66 refptr1;73 refptr2; // expected-note {{in instantiation}}
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()
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
86 template <class T> struct RefPtr { struct87 T* p;88 ~RefPtr() { in ~RefPtr()
23 class RefPtr; variable34 virtual void VisitRefPtr(RefPtr*) {} in VisitRefPtr() argument156 explicit RefPtr(Edge* ptr) : PtrEdge(ptr) { } in RefPtr() function
18 void RecursiveEdgeVisitor::AtRefPtr(RefPtr*) {} in AtRefPtr() argument
17 template<typename> struct RefPtr { }; struct