Searched defs:use_count (Results 1 – 4 of 4) sorted by relevance
162 _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
88 int use_count = h.use_count(); in CreateChainedOrigin() local
126 int use_count = h.use_count(); in CreateChainedOrigin() local
65 int StackDepotHandle::use_count() const { in use_count() function in __sanitizer::StackDepotHandle