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

References

tools/lldb/include/lldb/Utility/SharingPtr.h
  249   r.cntrl_ = new CntrlBlk();
  250   r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
  250   r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
  251   return r;