Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp135 ValueObjectSP weakcount_sp( in LibcxxSmartPointerSummaryProvider() local
163 if (weakcount_sp) in LibcxxSmartPointerSummaryProvider()
164 stream.Printf(" weak=%" PRIu64, 1 + weakcount_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()