Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp103 ValueObjectSP count_sp = in CreateHistoryThreadFromValueObject() local
108 if (!count_sp || !tid_sp) in CreateHistoryThreadFromValueObject()
111 int count = count_sp->GetValueAsUnsigned(0); in CreateHistoryThreadFromValueObject()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp348 if (auto count_sp = pi_sp->GetChildMemberWithName("_M_use_count")) { in LibStdcppSmartPointerSummaryProvider() local
350 shared_count = count_sp->GetValueAsSigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
H A DLibCxx.cpp208 if (auto count_sp = ctrl_sp->GetChildMemberWithName("__shared_owners_")) { in LibcxxSmartPointerSummaryProvider() local
210 uint64_t count = count_sp->GetValueAsUnsigned(0, &success); in LibcxxSmartPointerSummaryProvider()