Searched defs:__new_value (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pstl_replace.h |
|
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& __pr… in __replace_if_impl()
|
H A D | ranges_replace_copy_if.h | 41 …_InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, const _Type& __new_value, _Proj& … in __replace_copy_if_impl()
|
/freebsd-src/contrib/llvm-project/libcxx/include/__utility/ |
H A D | exchange.h | 29 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange() argument
|