Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/include/
H A Drefstring.h38 typedef int count_t; typedef
43 count_t count;
101 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0) {
111 if (__libcpp_atomic_add(&rep->count, count_t(-1)) < 0) { in ~__libcpp_refstring()