Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dreplace.h23 replace(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __old_value,const _Tp & __new_value) replace() argument
H A Dreplace_if.h23 replace_if(_ForwardIterator __first,_ForwardIterator __last,_Predicate __pred,const _Tp & __new_value) replace_if() argument
H A Dreplace_copy.h24 replace_copy(_InputIterator __first,_InputIterator __last,_OutputIterator __result,const _Tp & __old_value,const _Tp & __new_value) replace_copy() argument
H A Dreplace_copy_if.h24 replace_copy_if(_InputIterator __first,_InputIterator __last,_OutputIterator __result,_Predicate __pred,const _Tp & __new_value) replace_copy_if() argument
H A Dranges_replace_if.h34 __replace_if_impl(_Iter __first,_Sent __last,_Pred & __pred,const _Type & __new_value,_Proj & __proj) __replace_if_impl() argument
H A Dranges_replace_copy_if.h38 __replace_copy_if_impl(_InIter __first,_Sent __last,_OutIter __result,_Pred & __pred,const _Type & __new_value,_Proj & __proj) __replace_copy_if_impl() argument
H A Dpstl.h448 const _Tp& __new_value) { in replace_if()
465 const _Tp& __new_value) { in replace()
485 const _Tp& __new_value) { in replace_copy_if()
513 const _Tp& __new_value) { in replace_copy()