Searched refs:__stable_sort (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | stable_sort.h | 137 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 D | ranges_stable_sort.h | 42 namespace __stable_sort { 69 } // namespace __stable_sort 72 inline constexpr auto stable_sort = __stable_sort::__fn{};
|
H A D | pstl.h | 586 …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 D | std_thread.h | 62 …__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp, _LeafS… 103 struct __stable_sort<__std_thread_backend_tag, _ExecutionPolicy>
|
H A D | libdispatch.h | 257 …__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp, _LeafSort… 364 struct __stable_sort<__libdispatch_backend_tag, _ExecutionPolicy>
|
H A D | serial.h | 88 struct __stable_sort<__serial_backend_tag, _ExecutionPolicy> {
|
H A D | default.h | 285 using _StableSort = __dispatch<__stable_sort, __current_configuration, _ExecutionPolicy>;
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
H A D | stable_sort.h | 33 return __cpu_traits<_Backend>::__stable_sort( in operator()
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
H A D | backend_fwd.h | 167 struct __stable_sort;
|