Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp101 ValueObjectSP count_sp = in CreateHistoryThreadFromValueObject() local
106 if (!count_sp || !tid_sp) in CreateHistoryThreadFromValueObject()
109 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp133 ValueObjectSP count_sp( in LibcxxSmartPointerSummaryProvider() local
160 if (count_sp) in LibcxxSmartPointerSummaryProvider()
161 stream.Printf(" strong=%" PRIu64, 1 + count_sp->GetValueAsUnsigned(0)); in LibcxxSmartPointerSummaryProvider()