Searched defs:__old (Results 1 – 2 of 2) sorted by relevance
106 auto __old = __ref_count_.fetch_add(__ref_count_increment, std::memory_order_relaxed); in __inc_ref_() local111 auto __old = __ref_count_.fetch_sub(__ref_count_increment, std::memory_order_acq_rel); in __dec_ref_() local122 auto __old = __ref_count_.load(std::memory_order_relaxed); in __is_set_() local130 auto __old = __ref_count_.fetch_or(__mask, std::memory_order_acq_rel); in __set_bit_() local139 auto __old = __ref_count_.fetch_and(~__mask, std::memory_order_acq_rel); in __clear_bit_() local200 __intrusive_ptr __old{std::exchange(__data_, std::exchange(__that.__data_, nullptr))}; in operator =() local
162 auto __old = in STDEXEC_ATTRIBUTE() local