Home
last modified time | relevance | path

Searched defs:__new_value (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libcxx/include/__utility/
H A Dexchange.h29 …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 Dreplace.h22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
H A Dreplace_if.h22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
H A Dreplace_copy.h26 const _Tp& __new_value) { in replace_copy()
H A Dreplace_copy_if.h26 const _Tp& __new_value) { in replace_copy_if()
H A Dranges_replace_if.h37 __replace_if_impl(_Iter __first, _Sent __last, _Pred& __pred, const _Type& __new_value, _Proj& __proj) { in __replace_if_impl() argument
H A Dranges_replace_copy_if.h41 _InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, const _Type& __new_value, _Proj& __proj) { in __replace_copy_if_impl() argument
H A Dpstl.h448 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 Dglue_algorithm_impl.h339 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()