Searched defs:__old_value (Results 1 – 6 of 6) sorted by relevance
/llvm-project/libcxx/include/__utility/ |
H A D | exchange.h | 31 _T1 __old_value = std::move(__obj); in exchange() local
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | replace.h | 22 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace()
|
H A D | replace_copy.h | 25 const _Tp& __old_value, in replace_copy()
|
H A D | pstl.h | 464 const _Tp& __old_value, in replace() argument 512 const _Tp& __old_value, in replace_copy() argument
|
/llvm-project/libcxx/src/ |
H A D | atomic.cpp | 153 __cxx_contention_t __old_value) { in __libcpp_contention_wait() argument 183 __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) noexcept { in __libcpp_atomic_wait() argument 203 __libcpp_atomic_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old_value) noexcept { in __libcpp_atomic_wait() argument
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 357 …xecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, in replace() 382 const _Tp& __old_value, const _Tp& __new_value) in replace_copy()
|