Home
last modified time | relevance | path

Searched refs:count_sp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCF.cpp83 ValueObjectSP count_sp; in CFBagSummaryProvider() local
86 …if (process_sp->GetTarget().EvaluateExpression(expr.GetData(), frame_sp.get(), count_sp) != eExpre… in CFBagSummaryProvider()
88 if (!count_sp) in CFBagSummaryProvider()
90 count = count_sp->GetValueAsUnsigned(0); in CFBagSummaryProvider()
277 ValueObjectSP count_sp; in CFBinaryHeapSummaryProvider() local
280 …if (process_sp->GetTarget().EvaluateExpression(expr.GetData(), frame_sp.get(), count_sp) != eExpre… in CFBinaryHeapSummaryProvider()
282 if (!count_sp) in CFBinaryHeapSummaryProvider()
284 count = count_sp->GetValueAsUnsigned(0); in CFBinaryHeapSummaryProvider()
HDLibCxx.cpp35 …ValueObjectSP count_sp(valobj_sp->GetChildAtNamePath( {ConstString("__cntrl_"),ConstString("__shar… in LibcxxSmartPointerSummaryProvider() local
64 if (count_sp) in LibcxxSmartPointerSummaryProvider()
65 stream.Printf(" strong=%" PRIu64, 1+count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()