Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h46 inline _Rep_base* rep_from_data(const char* data_) noexcept { in rep_from_data() function
91 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1); in __libcpp_refstring()
96 struct _Rep_base* old_rep = rep_from_data(__imp_);
99 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);
110 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()