Home
last modified time | relevance | path

Searched refs:__comp_ref_type (Results 1 – 25 of 31) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dcomp_ref_type.h59 using __comp_ref_type = __debug_less<_Comp>; variable
62 using __comp_ref_type = _Comp&; variable
H A Dis_heap.h27 …return std::__is_heap_until(__first, __last, static_cast<__comp_ref_type<_Compare> >(__comp)) == _… in is_heap()
H A Dis_sorted.h27 return std::__is_sorted_until<__comp_ref_type<_Compare> >(__first, __last, __comp) == __last; in is_sorted()
H A Dbinary_search.h27 …__first = std::lower_bound<_ForwardIterator, _Tp, __comp_ref_type<_Compare> >(__first, __last, __v… in binary_search()
H A Dis_sorted_until.h40 return std::__is_sorted_until<__comp_ref_type<_Compare> >(__first, __last, __comp); in is_sorted_until()
H A Dmax_element.h40 return std::__max_element<__comp_ref_type<_Compare> >(__first, __last, __comp); in max_element()
H A Dlexicographical_compare.h46 …return std::__lexicographical_compare<__comp_ref_type<_Compare> >(__first1, __last1, __first2, __l… in lexicographical_compare()
H A Dmax.h44 return *std::__max_element<__comp_ref_type<_Compare> >(__t.begin(), __t.end(), __comp); in max()
H A Dmin.h44 return *std::__min_element<__comp_ref_type<_Compare> >(__t.begin(), __t.end(), __comp); in min()
H A Dis_heap_until.h51 return std::__is_heap_until(__first, __last, static_cast<__comp_ref_type<_Compare> >(__comp)); in is_heap_until()
H A Dmake_heap.h32 __comp_ref_type<_Compare> __comp_ref = __comp; in __make_heap()
H A Dsort_heap.h36 __comp_ref_type<_Compare> __comp_ref = __comp; in __sort_heap()
H A Dmerge.h54 …return std::__merge<__comp_ref_type<_Compare> >(__first1, __last1, __first2, __last2, __result, __… in merge()
H A Dnext_permutation.h61 std::move(__first), std::move(__last), static_cast<__comp_ref_type<_Compare> >(__comp)) in next_permutation()
H A Dprev_permutation.h61 std::move(__first), std::move(__last), static_cast<__comp_ref_type<_Compare> >(__comp)) in prev_permutation()
H A Dmin_element.h58 …return std::__min_element<__comp_ref_type<_Compare> >(std::move(__first), std::move(__last), __com… in min_element()
H A Dpop_heap.h42 __comp_ref_type<_Compare> __comp_ref = __comp; in __pop_heap()
H A Dset_difference.h60 return std::__set_difference<_ClassicAlgPolicy, __comp_ref_type<_Compare> >( in set_difference()
H A Dincludes.h64 static_cast<__comp_ref_type<_Compare> >(__comp), in includes()
H A Dpush_heap.h62 …std::__sift_up<_AlgPolicy, __comp_ref_type<_Compare> >(std::move(__first), std::move(__last), __co… in __push_heap()
H A Dequal_range.h71 static_cast<__comp_ref_type<_Compare> >(__comp), in equal_range()
H A Dpartial_sort.h65 …std::__partial_sort_impl<_AlgPolicy>(__first, __middle, __last, static_cast<__comp_ref_type<_Compa… in __partial_sort()
H A Dpartial_sort_copy.h87 static_cast<__comp_ref_type<_Compare> >(__comp), in partial_sort_copy()
H A Dset_intersection.h72 return std::__set_intersection<_ClassicAlgPolicy, __comp_ref_type<_Compare> >( in set_intersection()
/freebsd/contrib/llvm-project/libcxx/include/__debug_utils/
H A Dstrict_weak_ordering_check.h31 using _Comp_ref = __comp_ref_type<_Comp>; in __check_strict_weak_ordering_sorted()

12