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

References

tools/lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
  121     stream.Printf("nullptr");
  129               stream, ValueObject::eValueObjectRepresentationStyleSummary,
  136       stream.Printf("ptr = 0x%" PRIx64, ptr_sp->GetValueAsUnsigned(0));
  140     stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0));
  143     stream.Printf(" weak=%" PRIu64, 1 + weakcount_sp->GetValueAsUnsigned(0));