Home
last modified time | relevance | path

Searched refs:__comp_ref (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort_heap.h36 __comp_ref_type<_Compare> __comp_ref = __comp; in __sort_heap() local
40 std::__pop_heap<_AlgPolicy>(__first, __last, __comp_ref, __n); in __sort_heap()
41 std::__check_strict_weak_ordering_sorted(__first, __saved_last, __comp_ref); in __sort_heap()
H A Dpop_heap.h42 __comp_ref_type<_Compare> __comp_ref = __comp; in __pop_heap() local
47 _RandomAccessIterator __hole = std::__floyd_sift_down<_AlgPolicy>(__first, __comp_ref, __len); in __pop_heap()
56 std::__sift_up<_AlgPolicy>(__first, __hole, __comp_ref, __hole - __first); in __pop_heap()
H A Dmake_heap.h32 __comp_ref_type<_Compare> __comp_ref = __comp; in __make_heap() local
39 std::__sift_down<_AlgPolicy>(__first, __comp_ref, __n, __first + __start); in __make_heap()