/freebsd-src/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | stable_sort.h | 42 _Compare __comp) { in __insertion_sort_move() argument 77 _Compare __comp) { in __merge_move_construct() argument 115 _Compare __comp) { in __merge_move_assign() argument 147 _Compare __comp, in __stable_sort_move() argument 195 __stable_sort(_RandomAccessIterator __first,_RandomAccessIterator __last,_Compare __comp,typename iterator_traits<_RandomAccessIterator>::difference_type __len,typename iterator_traits<_RandomAccessIterator>::value_type * __buff,ptrdiff_t __buff_size) __stable_sort() argument 239 __stable_sort_impl(_RandomAccessIterator __first,_RandomAccessIterator __last,_Compare & __comp) __stable_sort_impl() argument 260 stable_sort(_RandomAccessIterator __first,_RandomAccessIterator __last,_Compare __comp) stable_sort() argument [all...] |
H A D | nth_element.h | 33 …andomAccessIterator& __i, _RandomAccessIterator& __j, _RandomAccessIterator __m, _Compare __comp) { in __nth_element_find_guard() 49 …cessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) { in __nth_element() 231 …essIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare& __comp) { in __nth_element_impl() 247 …cessIterator __first, _RandomAccessIterator __nth, _RandomAccessIterator __last, _Compare __comp) { in nth_element()
|
H A D | min_element.h | 32 __min_element(_Iter __first, _Sent __last, _Comp __comp, _Proj& __proj) { in __min_element() argument 45 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Iter __min_element(_Iter __first, _Sent __last, _Comp __comp) { in __min_element() argument 52 min_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in min_element() argument
|
H A D | push_heap.h | 34 _Compare&& __comp, in __sift_up() argument 60 __push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare& __comp) { in __push_heap() argument 67 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in push_heap() argument
|
H A D | minmax_element.h | 32 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _MinmaxElementLessFunc(_Comp& __comp, _Proj& __proj) in _MinmaxElementLessFunc() argument 43 __minmax_element_impl(_Iter __first, _Sent __last, _Comp& __comp, _Proj& __proj) { in __minmax_element_impl() argument 83 minmax_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in minmax_element() argument
|
H A D | partial_sort.h | 36 _RandomAccessIterator __first, _RandomAccessIterator __middle, _Sentinel __last, _Compare&& __comp) { in __partial_sort_impl() argument 58 __partial_sort(_RandomAccessIterator __first, _RandomAccessIterator __middle, _Sentinel __last, _Compare& __comp) { in __partial_sort() argument 74 _RandomAccessIterator __first, _RandomAccessIterator __middle, _RandomAccessIterator __last, _Compare __comp) { in partial_sort() argument
|
H A D | inplace_merge.h | 76 _Compare&& __comp) { in __half_inplace_merge() argument 99 _Compare&& __comp, in __buffered_inplace_merge() argument 130 _Compare&& __comp, in __inplace_merge() argument 208 __inplace_merge(_BidirectionalIterator __first,_BidirectionalIterator __middle,_BidirectionalIterator __last,_Compare && __comp) __inplace_merge() argument 225 inplace_merge(_BidirectionalIterator __first,_BidirectionalIterator __middle,_BidirectionalIterator __last,_Compare __comp) inplace_merge() argument [all...] |
H A D | min.h | 29 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in min() argument 43 min(initializer_list<_Tp> __t, _Compare __comp) { in min() argument
|
H A D | max_element.h | 25 __max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in __max_element() argument 39 max_element(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in max_element() argument
|
H A D | is_sorted_until.h | 25 __is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in __is_sorted_until() argument 39 is_sorted_until(_ForwardIterator __first, _ForwardIterator __last, _Compare __comp) { in is_sorted_until() argument
|
H A D | max.h | 29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() argument 43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() argument
|
H A D | minmax.h | 28 minmax(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in minmax() argument 42 minmax(initializer_list<_Tp> __t, _Compare __comp) { in minmax() argument
|
H A D | pstl_sort.h |
|
H A D | sort_heap.h | 34 __sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __sort_heap() argument 46 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() argument
|
H A D | make_heap.h | 31 __make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __make_heap() 46 make_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in make_heap()
|
H A D | prev_permutation.h | 32 __prev_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) { in __prev_permutation() 59 prev_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) { in prev_permutation()
|
H A D | next_permutation.h | 32 __next_permutation(_BidirectionalIterator __first, _Sentinel __last, _Compare&& __comp) { in __next_permutation() 59 next_permutation(_BidirectionalIterator __first, _BidirectionalIterator __last, _Compare __comp) { in next_permutation()
|
H A D | lexicographical_compare.h | 29 _Compare __comp) { in __lexicographical_compare() argument 45 _Compare __comp) { in lexicographical_compare() argument
|
H A D | pop_heap.h | 37 _Compare& __comp, in __pop_heap() argument 63 pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in pop_heap() argument
|
H A D | is_heap_until.h | 25 __is_heap_until(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare&& __comp) { in __is_heap_until() argument 50 is_heap_until(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in is_heap_until() argument
|
H A D | upper_bound.h | 35 __upper_bound(_Iter __first, _Sent __last, const _Tp& __value, _Compare&& __comp, _Proj&& __proj) { in __upper_bound() argument 52 upper_bound(_ForwardIterator __first, _ForwardIterator __last, const _Tp& __value, _Compare __comp) { in upper_bound() argument
|
H A D | sift_down.h | 30 _Compare&& __comp, in __sift_down() 85 _Compare&& __comp, in __floyd_sift_down()
|
H A D | includes.h | 36 _Comp&& __comp, in __includes() argument 55 _Compare __comp) { in includes() argument
|
H A D | lower_bound.h | 32 __lower_bound(_Iter __first,_Sent __last,const _Type & __value,_Comp & __comp,_Proj & __proj) __lower_bound() argument 51 lower_bound(_ForwardIterator __first,_ForwardIterator __last,const _Tp & __value,_Compare __comp) lower_bound() argument [all...] |
H A D | merge.h | 31 _Compare __comp) { in __merge() 53 _Compare __comp) { in merge()
|