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

References

tools/lldb/include/lldb/Utility/SharingPtr.h
  259   r.cntrl_ = new CntrlBlk(a0);
  260   r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
  260   r.ptr_ = static_cast<CntrlBlk *>(r.cntrl_)->get();
  261   return r;