Home
last modified time | relevance | path

Searched refs:sort_heap (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dsort_heap.h46 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in sort_heap() function
55 sort_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in sort_heap() function
56 std::sort_heap(std::move(__first), std::move(__last), __less<>()); in sort_heap()
H A Dranges_sort_heap.h14 #include <__algorithm/sort_heap.h>
75 inline constexpr auto sort_heap = __sort_heap::__fn{};
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc530 using std::sort_heap;
533 using std::ranges::sort_heap;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dalgorithm376 …ranges::sort_heap(I first, S last, Comp comp = {}, Proj proj = {}); // since C++…
381 …ranges::sort_heap(R&& r, Comp comp = {}, Proj proj = {}); // since C++…
1681 sort_heap(RandomAccessIterator first, RandomAccessIterator last);
1685 sort_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp);
1898 #include <__algorithm/sort_heap.h>
H A Dmodule.modulemap1007 …algorithm_sort_heap [system] { header "__algorithm/sort_heap.h" }
/freebsd/lib/libc++/
H A DMakefile470 ALG_HEADERS+= sort_heap.h
H A Dlibcxx.imp193 { include: [ "<__algorithm/sort_heap.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2659 SYMBOL(sort_heap, std::, <algorithm>)
3734 SYMBOL(sort_heap, std::ranges::, <algorithm>)