Home
last modified time | relevance | path

Searched defs:_Comp_ref (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dis_heap.h30 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in is_heap() typedef
H A Dis_sorted.h30 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in is_sorted() typedef
H A Dbinary_search.h30 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in binary_search() local
H A Dmax_element.h43 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in max_element() typedef
H A Dmax.h53 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in max() typedef
H A Dmin.h53 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in min() typedef
H A Dis_sorted_until.h44 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in is_sorted_until() typedef
H A Dprev_permutation.h64 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in prev_permutation() local
H A Dnext_permutation.h64 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in next_permutation() local
H A Dis_heap_until.h54 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in is_heap_until() typedef
H A Dlexicographical_compare.h45 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in lexicographical_compare() typedef
H A Dmin_element.h57 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in min_element() typedef
H A Dincludes.h51 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in includes() typedef
H A Dset_difference.h56 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in set_difference() typedef
H A Dequal_range.h67 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in equal_range() typedef
H A Dpartial_sort_copy.h71 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in partial_sort_copy() local
H A Dpartial_sort.h66 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in __partial_sort() local
H A Dmerge.h54 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in merge() typedef
H A Dset_intersection.h69 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in set_intersection() typedef
H A Dset_symmetric_difference.h74 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in set_symmetric_difference() typedef
H A Dset_union.h70 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in set_union() typedef
H A Dnth_element.h234 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in __nth_element_impl() local
H A Dstable_sort.h226 using _Comp_ref = typename __comp_ref_type<_Compare>::type; in __stable_sort_impl() local
H A Dinplace_merge.h234 typedef typename __comp_ref_type<_Compare>::type _Comp_ref; in inplace_merge() typedef