Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/__algorithm/
H A Dmake_heap.h29 using _CompRef = typename __comp_ref_type<_Compare>::type; in __make_heap() local
30 _CompRef __comp_ref = __comp; in __make_heap()
H A Dsort_heap.h30 using _CompRef = typename __comp_ref_type<_Compare>::type; in __sort_heap() local
31 _CompRef __comp_ref = __comp; in __sort_heap()
H A Dpop_heap.h35 using _CompRef = typename __comp_ref_type<_Compare>::type; in __pop_heap() local
36 _CompRef __comp_ref = __comp; in __pop_heap()
H A Dpush_heap.h55 using _CompRef = typename __comp_ref_type<_Compare>::type; in __push_heap() local
57 std::__sift_up<_AlgPolicy, _CompRef>(std::move(__first), std::move(__last), __comp, __len); in __push_heap()