Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libc++/src/include/
H A Drefstring.h34 inline _Rep_base* rep_from_data(const char *data_) noexcept { in rep_from_data() function
87 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1); in __libcpp_refstring()
93 struct _Rep_base *old_rep = rep_from_data(__imp_);
96 __libcpp_atomic_add(&rep_from_data(__imp_)->count, 1);
110 _Rep_base* rep = rep_from_data(__imp_); in ~__libcpp_refstring()