Home
last modified time | relevance | path

Searched refs:push_heap (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpush_heap.h67 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in push_heap() function
76 push_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in push_heap() function
77 std::push_heap(std::move(__first), std::move(__last), __less<>()); in push_heap()
H A Dranges_push_heap.h14 #include <__algorithm/push_heap.h>
75 inline constexpr auto push_heap = __push_heap::__fn{};
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp231 std::push_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust()
252 std::push_heap(Heap.begin(), Heap.end(), isLess); in push()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dalgorithm.cppm
H A Dalgorithm.inc512 using std::push_heap;
515 using std::ranges::push_heap;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dqueue259 #include <__algorithm/push_heap.h>
897 std::push_heap(c.begin(), c.end(), comp);
905 std::push_heap(c.begin(), c.end(), comp);
912 std::push_heap(c.begin(), c.end(), comp);
H A Dalgorithm343 …ranges::push_heap(I first, S last, Comp comp = {}, Proj proj = {}); // since C++…
348 …ranges::push_heap(R&& r, Comp comp = {}, Proj proj = {}); // since C++…
1657 push_heap(RandomAccessIterator first, RandomAccessIterator last);
1661 push_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp);
1877 #include <__algorithm/push_heap.h>
H A Dmodule.modulemap722 …algorithm_push_heap [system] { header "__algorithm/push_heap.h" }
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp709 std::push_heap(BestSpecs.begin(), BestSpecs.end(), CompareScore); in run()
/freebsd/lib/libc++/
H A DMakefile353 ALG_HEADERS+= push_heap.h
H A Dlibcxx.imp76 { include: [ "<__algorithm/push_heap.h>", "private", "<algorithm>", "public" ] },
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1871 std::push_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in push()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp4254 std::push_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in releaseBottomNode()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DStdSymbolMap.inc2379 SYMBOL(push_heap, std::, <algorithm>)
3684 SYMBOL(push_heap, std::ranges::, <algorithm>)