Searched refs:__old_value (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/libcxx/src/ |
| H A D | atomic.cpp | 129 __cxx_contention_t __old_value) in __libcpp_contention_wait() argument 133 __libcpp_platform_wait_on_address(__platform_state, __old_value); in __libcpp_contention_wait() 162 void __libcpp_atomic_wait(void const volatile* __location, __cxx_contention_t __old_value) in __libcpp_atomic_wait() argument 165 __libcpp_contention_wait(&__entry->__contention_state, &__entry->__platform_state, __old_value); in __libcpp_atomic_wait() 187 …p_atomic_wait(__cxx_atomic_contention_t const volatile* __location, __cxx_contention_t __old_value) in __libcpp_atomic_wait() argument 189 …ntention_wait(&__libcpp_contention_state(__location)->__contention_state, __location, __old_value); in __libcpp_atomic_wait()
|
| /llvm-project-15.0.7/libcxx/include/__algorithm/ |
| H A D | ranges_replace.h | 43 const _Type1& __old_value, in operator() 46 auto __pred = [&](const auto& __val) { return __val == __old_value; }; 57 …operator()(_Range&& __range, const _Type1& __old_value, const _Type2& __new_value, _Proj __proj = … in operator() 58 auto __pred = [&](auto&& __val) { return __val == __old_value; };
|
| H A D | ranges_replace_copy.h | 53 const _OldType& __old_value, in operator() 56 auto __pred = [&](const auto& __value) { return __value == __old_value; }; 71 const _OldType& __old_value, in operator() 74 auto __pred = [&](const auto& __value) { return __value == __old_value; };
|
| H A D | replace.h | 23 replace(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new… in replace() argument 26 if (*__first == __old_value) in replace()
|
| H A D | replace_copy.h | 24 const _Tp& __old_value, const _Tp& __new_value) in replace_copy() argument 27 if (*__first == __old_value) in replace_copy()
|
| /llvm-project-15.0.7/libcxx/include/__utility/ |
| H A D | exchange.h | 29 _T1 __old_value = _VSTD::move(__obj); in exchange() local 31 return __old_value; in exchange()
|
| /llvm-project-15.0.7/pstl/include/pstl/internal/ |
| H A D | glue_algorithm_impl.h | 357 …xecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, in replace() argument 361 __pstl::__internal::__equal_value<_Tp>(__old_value), __new_value); in replace() 382 const _Tp& __old_value, const _Tp& __new_value) in replace_copy() argument 385 __pstl::__internal::__equal_value<_Tp>(__old_value), __new_value); in replace_copy()
|
| H A D | glue_algorithm_defs.h | 178 …xecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, 189 const _Tp& __old_value, const _Tp& __new_value);
|