Searched refs:__remove_copy_if_impl (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | ranges_remove_copy_if.h | 46 __remove_copy_if_impl(_InIter __first, _Sent __last, _OutIter __result, _Pred& __pred, _Proj& __pro… in __remove_copy_if_impl() function 67 …return ranges::__remove_copy_if_impl(std::move(__first), std::move(__last), std::move(__result), _… 77 return ranges::__remove_copy_if_impl(
|
| H A D | ranges_remove_copy.h | 54 …return ranges::__remove_copy_if_impl(std::move(__first), std::move(__last), std::move(__result), _… 63 return ranges::__remove_copy_if_impl(
|