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

/openbsd-current/gnu/llvm/libcxx/src/include/
H A Drefstring.h38 typedef int count_t; typedef in namespace:__refstring_imp::__anon251
43 count_t count;
111 if (__libcpp_atomic_add(&old_rep->count, count_t(-1)) < 0)
123 if (__libcpp_atomic_add(&rep->count, count_t(-1)) < 0) {

Completed in 111 milliseconds