Searched defs:__old_value (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | atomic.cpp | 153 __cxx_contention_t __old_value) { in __libcpp_contention_wait() 183 __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) noexcept { in __libcpp_atomic_wait() 203 …c_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old_value) noexc… in __libcpp_atomic_wait()
|
/freebsd/contrib/llvm-project/libcxx/include/__utility/ |
H A D | exchange.h | 31 _T1 __old_value = std::move(__obj); in exchange() local
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | replace.h | 23 replace(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __old_value,const _Tp & __new_value) replace() argument
|
H A D | replace_copy.h | 24 replace_copy(_InputIterator __first,_InputIterator __last,_OutputIterator __result,const _Tp & __old_value,const _Tp & __new_value) replace_copy() argument
|
H A D | pstl.h | 464 const _Tp& __old_value, in replace() 512 const _Tp& __old_value, in replace_copy()
|