Home
last modified time | relevance | path

Searched defs:use_count (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__memory/
H A Dshared_ptr.h162 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __libcpp_relaxed_load(&__shared_owners_) + 1; } use_count() function
190 _LIBCPP_HIDE_FROM_ABI long use_count() const _NOEXCEPT { return __shared_count::use_count(); } use_count() function
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_origin.h88 int use_count = h.use_count(); in CreateChainedOrigin() local
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_origin.h126 int use_count = h.use_count(); in CreateChainedOrigin() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp65 int StackDepotHandle::use_count() const { in use_count() function in __sanitizer::StackDepotHandle