reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Derived Classes

tools/lldb/include/lldb/Utility/SharedCluster.h
   23 class shared_ptr_refcount : public lldb_private::imp::shared_count {

References

tools/lldb/include/lldb/Utility/SharedCluster.h
   23 class shared_ptr_refcount : public lldb_private::imp::shared_count {
tools/lldb/include/lldb/Utility/SharingPtr.h
   38   shared_count(const shared_count &) = delete;
   39   shared_count &operator=(const shared_count &) = delete;
   39   shared_count &operator=(const shared_count &) = delete;
   60 template <class T> class shared_ptr_pointer : public shared_count {
   77 template <class T> class shared_ptr_emplace : public shared_count {
  115   imp::shared_count *cntrl_;
  125   template <class Y> explicit SharingPtr(Y *p, imp::shared_count *ctrl_block);
  185 SharingPtr<T>::SharingPtr(Y *p, imp::shared_count *cntrl_block)
  479 class ReferenceCountedBaseVirtual : public imp::shared_count {