| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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()
|
| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | stable_sort.h | 143 _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 D | ranges_stable_sort.h | 42 struct __stable_sort { struct 70 inline constexpr auto stable_sort = __stable_sort{}; argument
|
| 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 | 63 …__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp, _LeafS… 104 struct __stable_sort<__std_thread_backend_tag, _ExecutionPolicy>
|
| H A D | libdispatch.h | 260 …__stable_sort(_RandomAccessIterator __first, _RandomAccessIterator __last, _Comp __comp, _LeafSort… 367 struct __stable_sort<__libdispatch_backend_tag, _ExecutionPolicy>
|
| H A D | serial.h | 90 struct __stable_sort<__serial_backend_tag, _ExecutionPolicy> {
|
| H A D | default.h | 287 using _StableSort = __dispatch<__stable_sort, __current_configuration, _ExecutionPolicy>;
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/ |
| H A D | stable_sort.h | 35 return __cpu_traits<_Backend>::__stable_sort( in operator()
|
| /freebsd/contrib/llvm-project/libcxx/include/__pstl/ |
| H A D | backend_fwd.h | 171 struct __stable_sort;
|