Searched defs:__old_value (Results 1 – 5 of 5) sorted by relevance
22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace()
25 const _Tp& __old_value, in replace_copy()
150 __libcpp_contention_wait(__cxx_atomic_contention_t volatile * __contention_state,__cxx_atomic_contention_t const volatile * __platform_state,__cxx_contention_t __old_value) __libcpp_contention_wait() argument 179 __libcpp_atomic_wait(void const volatile * __location,__cxx_contention_t __old_value) __libcpp_atomic_wait() argument 198 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile * __location,__cxx_contention_t __old_value) __libcpp_atomic_wait() argument
31 _T1 __old_value = std::move(__obj); in exchange() local