Home
last modified time | relevance | path

Searched refs:__make_projected (Results 1 – 19 of 19) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__algorithm/
HDranges_unique.h53 …std::__unique<_RangeAlgPolicy>(std::move(__first), std::move(__last), std::__make_projected(__comp…
64 ranges::begin(__range), ranges::end(__range), std::__make_projected(__comp, __proj));
HDranges_next_permutation.h51 std::move(__first), std::move(__last), std::__make_projected(__comp, __proj));
60 ranges::begin(__range), ranges::end(__range), std::__make_projected(__comp, __proj));
HDranges_prev_permutation.h51 std::move(__first), std::move(__last), std::__make_projected(__comp, __proj));
60 ranges::begin(__range), ranges::end(__range), std::__make_projected(__comp, __proj));
HDmake_projected.h60 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _ProjectedPred<_Pred, _Proj> __make_projected(_Pred& __pred… in __make_projected() function
71 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Pred& __make_projected(_Pred& __pred, _Proj&) { in __make_projected() function
HDranges_unique_copy.h82 std::__make_projected(__comp, __proj),
101 std::__make_projected(__comp, __proj),
HDranges_is_heap.h44 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __is_heap_fn_impl()
HDranges_is_heap_until.h45 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __is_heap_until_fn_impl()
HDranges_stable_sort.h49 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __stable_sort_fn_impl()
HDranges_sort.h50 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __sort_fn_impl()
HDranges_make_heap.h51 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __make_heap_fn_impl()
HDranges_pop_heap.h52 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __pop_heap_fn_impl()
HDranges_stable_partition.h53 auto&& __projected_pred = std::__make_projected(__pred, __proj); in __stable_partition_fn_impl()
HDranges_partition.h49 auto&& __projected_pred = std::__make_projected(__pred, __proj); in __partition_fn_impl()
HDranges_push_heap.h51 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __push_heap_fn_impl()
HDranges_sort_heap.h51 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __sort_heap_fn_impl()
HDranges_partial_sort.h50 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __partial_sort_fn_impl()
HDranges_inplace_merge.h50 … std::move(__first), std::move(__middle), __last_iter, std::__make_projected(__comp, __proj)); in __inplace_merge_impl()
HDranges_nth_element.h50 auto&& __projected_comp = std::__make_projected(__comp, __proj); in __nth_element_fn_impl()
HDpartial_sort_copy.h53 auto&& __projected_comp = std::__make_projected(__comp, __proj2); in __partial_sort_copy()