Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Drefstring.h46 inline _Rep_base* rep_from_data(const char *data_) noexcept { in rep_from_data() function
99 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1); in __libcpp_refstring()
105 struct _Rep_base *old_rep = rep_from_data(__imp_);
108 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);
122 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()