Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dpop_heap.h36 _CompRef __comp_ref = __comp; in __pop_heap() local
41 _RandomAccessIterator __hole = std::__floyd_sift_down<_AlgPolicy>(__first, __comp_ref, __len); in __pop_heap()
50 std::__sift_up<_AlgPolicy>(__first, __hole, __comp_ref, __hole - __first); in __pop_heap()
H A Dmake_heap.h30 _CompRef __comp_ref = __comp; in __make_heap() local
37 std::__sift_down<_AlgPolicy>(__first, __comp_ref, __n, __first + __start); in __make_heap()
H A Dsort_heap.h31 _CompRef __comp_ref = __comp; in __sort_heap() local
35 std::__pop_heap<_AlgPolicy>(__first, __last, __comp_ref, __n); in __sort_heap()
H A Dsort.h685 _Comp_ref __comp_ref(__comp);
686 _WrappedComp __wrapped_comp(__comp_ref);