Searched defs:__new_value (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/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()
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | replace.h | 23 replace(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __old_value,const _Tp & __new_value) replace() argument
|
H A D | replace_if.h | 23 replace_if(_ForwardIterator __first,_ForwardIterator __last,_Predicate __pred,const _Tp & __new_value) replace_if() argument
|
H A D | replace_copy.h | 24 replace_copy(_InputIterator __first,_InputIterator __last,_OutputIterator __result,const _Tp & __old_value,const _Tp & __new_value) replace_copy() argument
|
H A D | replace_copy_if.h | 24 replace_copy_if(_InputIterator __first,_InputIterator __last,_OutputIterator __result,_Predicate __pred,const _Tp & __new_value) replace_copy_if() argument
|
H A D | ranges_replace_if.h | 34 __replace_if_impl(_Iter __first,_Sent __last,_Pred & __pred,const _Type & __new_value,_Proj & __proj) __replace_if_impl() argument
|
H A D | ranges_replace_copy_if.h | 38 __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 D | pstl.h | 448 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()
|