Home
last modified time | relevance | path

Searched refs:__top (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpop_heap.h46 …value_type __top = _IterOps<_AlgPolicy>::__iter_move(__first); // create a hole at __f… in __pop_heap() local
51 *__hole = std::move(__top); in __pop_heap()
55 *__last = std::move(__top); in __pop_heap()
H A Dsift_down.h58 value_type __top(_Ops::__iter_move(__start)); in __sift_down()
78 } while (!__comp(*__child_i, __top)); in __sift_down()
79 *__start = std::move(__top); in __sift_down()