Home
last modified time | relevance | path

Searched refs:__stable_sort (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h137 void __stable_sort(_RandomAccessIterator __first,
182 std::__stable_sort<_AlgPolicy, _Compare>(__first1, __m, __comp, __l2, __first2, __l2); in __stable_sort_move()
183 …std::__stable_sort<_AlgPolicy, _Compare>(__m, __last1, __comp, __len - __l2, __first2 + __l2, __le… in __stable_sort_move()
193 void __stable_sort(_RandomAccessIterator __first, in __stable_sort() function
232 std::__stable_sort<_AlgPolicy, _Compare>(__first, __m, __comp, __l2, __buff, __buff_size); in __stable_sort()
233 std::__stable_sort<_AlgPolicy, _Compare>(__m, __last, __comp, __len - __l2, __buff, __buff_size); in __stable_sort()
254 …std::__stable_sort<_AlgPolicy, __comp_ref_type<_Compare> >(__first, __last, __comp, __len, __buf.f… in __stable_sort_impl()
H A Dranges_stable_sort.h42 namespace __stable_sort {
69 } // namespace __stable_sort
72 inline constexpr auto stable_sort = __stable_sort::__fn{};
H A Dpstl.h586 …using _Implementation = __pstl::__dispatch<__pstl::__stable_sort, __pstl::__current_configuration,… in stable_sort()
598 …using _Implementation = __pstl::__dispatch<__pstl::__stable_sort, __pstl::__current_configuration,… in stable_sort()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dstd_thread.h62__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp, _LeafS…
103 struct __stable_sort<__std_thread_backend_tag, _ExecutionPolicy>
H A Dlibdispatch.h257__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp, _LeafSort…
364 struct __stable_sort<__libdispatch_backend_tag, _ExecutionPolicy>
H A Dserial.h88 struct __stable_sort<__serial_backend_tag, _ExecutionPolicy> {
H A Ddefault.h285 using _StableSort = __dispatch<__stable_sort, __current_configuration, _ExecutionPolicy>;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dstable_sort.h33 return __cpu_traits<_Backend>::__stable_sort( in operator()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h167 struct __stable_sort;