Searched defs:__new_value (Results 1 – 9 of 9) sorted by relevance
/llvm-project/libcxx/include/__utility/ |
H A D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|
/llvm-project/libcxx/include/__algorithm/ |
H A D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
H A D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
H A D | replace_copy.h | 26 const _Tp& __new_value) { in replace_copy()
|
H A D | replace_copy_if.h | 26 const _Tp& __new_value) { in replace_copy_if()
|
H A D | ranges_replace_if.h | 37 __replace_if_impl(_Iter __first, _Sent __last, _Pred& __pred, const _Type& __new_value, _Proj& __proj) { in __replace_if_impl() argument
|
H A D | ranges_replace_copy_if.h | 41 _InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, const _Type& __new_value, _Proj& __proj) { in __replace_copy_if_impl() argument
|
H A D | pstl.h | 448 const _Tp& __new_value) { in replace_if() argument 465 const _Tp& __new_value) { in replace() argument 485 const _Tp& __new_value) { in replace_copy_if() argument 513 const _Tp& __new_value) { in replace_copy() argument
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 339 const _Tp& __new_value) in replace_if() 358 const _Tp& __new_value) in replace() 367 _ForwardIterator2 __result, _UnaryPredicate __pred, const _Tp& __new_value) in replace_copy_if() 382 const _Tp& __old_value, const _Tp& __new_value) in replace_copy()
|