Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibStdcpp.cpp347 int64_t shared_count = 0; in LibStdcppSmartPointerSummaryProvider() local
350 shared_count = count_sp->GetValueAsSigned(0, &success); in LibStdcppSmartPointerSummaryProvider()
354 stream.Printf(" strong=%" PRId64, shared_count); in LibStdcppSmartPointerSummaryProvider()
364 stream.Printf(" weak=%" PRId64, count - (shared_count != 0)); in LibStdcppSmartPointerSummaryProvider()
/freebsd/lib/libc++/
H A Dmodule.modulemap1667 module shared_count { header "__memory/shared_count.h" }
H A DMakefile1805 MEM_HEADERS+= shared_count.h
H A Dlibcxx.imp589 { include: [ "<__memory/shared_count.h>", "private", "<memory>", "public" ] },
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmodule.modulemap.in1667 module shared_count { header "__memory/shared_count.h" }
H A D__locale19 # include <__memory/shared_count.h>
H A Dfuture384 # include <__memory/shared_count.h>