Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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()
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dstable_sort.h143 _LIBCPP_CONSTEXPR_SINCE_CXX26 void __stable_sort(
190 std::__stable_sort<_AlgPolicy, _Compare>(__first1, __m, __comp, __l2, __first2, __l2); in __stable_sort_move()
191 …std::__stable_sort<_AlgPolicy, _Compare>(__m, __last1, __comp, __len - __l2, __first2 + __l2, __le… in __stable_sort_move()
223 _LIBCPP_CONSTEXPR_SINCE_CXX26 void __stable_sort( in __stable_sort() function
284 std::__stable_sort<_AlgPolicy, _Compare>(__first, __m, __comp, __l2, __buff, __buff_size); in __stable_sort()
285 std::__stable_sort<_AlgPolicy, _Compare>(__m, __last, __comp, __len - __l2, __buff, __buff_size); in __stable_sort()
304 …std::__stable_sort<_AlgPolicy, __comp_ref_type<_Compare> >(__first, __last, __comp, __len, __buf.f… in __stable_sort_impl()
H A Dranges_stable_sort.h42 struct __stable_sort { struct
70 inline constexpr auto stable_sort = __stable_sort{}; argument
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.h63__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp, _LeafS…
104 struct __stable_sort<__std_thread_backend_tag, _ExecutionPolicy>
H A Dlibdispatch.h260__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp, _LeafSort…
367 struct __stable_sort<__libdispatch_backend_tag, _ExecutionPolicy>
H A Dserial.h90 struct __stable_sort<__serial_backend_tag, _ExecutionPolicy> {
H A Ddefault.h287 using _StableSort = __dispatch<__stable_sort, __current_configuration, _ExecutionPolicy>;
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dstable_sort.h35 return __cpu_traits<_Backend>::__stable_sort( in operator()
/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Dbackend_fwd.h171 struct __stable_sort;