Searched refs:pointee_sp (Results 1 – 3 of 3) sorted by relevance
415 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibStdcppSmartPointerSummaryProvider() local416 if (pointee_sp && error.Success()) { in LibStdcppSmartPointerSummaryProvider()417 if (pointee_sp->DumpPrintableRepresentation( in LibStdcppSmartPointerSummaryProvider()
128 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxSmartPointerSummaryProvider() local129 if (pointee_sp && error.Success()) { in LibcxxSmartPointerSummaryProvider()130 if (pointee_sp->DumpPrintableRepresentation( in LibcxxSmartPointerSummaryProvider()171 ValueObjectSP pointee_sp = ptr_sp->Dereference(error); in LibcxxUniquePointerSummaryProvider() local172 if (pointee_sp && error.Success()) { in LibcxxUniquePointerSummaryProvider()173 if (pointee_sp->DumpPrintableRepresentation( in LibcxxUniquePointerSummaryProvider()
689 ValueObjectSP pointee_sp = Dereference(error); in GetPointeeData() local690 if (error.Fail() || pointee_sp.get() == nullptr) in GetPointeeData()692 return pointee_sp->GetData(data, error); in GetPointeeData()