Searched refs:pop_heap (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | pop_heap.h | 63 pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) { in pop_heap() function 73 pop_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) { in pop_heap() function 74 std::pop_heap(std::move(__first), std::move(__last), __less<>()); in pop_heap()
|
H A D | ranges_pop_heap.h | 14 #include <__algorithm/pop_heap.h> 76 inline constexpr auto pop_heap = __pop_heap::__fn{};
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 229 std::pop_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust() 232 std::pop_heap(Heap.begin(), Heap.end(), isLess); in pop_heap_adjust()
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | algorithm.cppm |
|
H A D | algorithm.inc | 518 using std::pop_heap; 521 using std::ranges::pop_heap;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | queue | 258 #include <__algorithm/pop_heap.h> 919 std::pop_heap(c.begin(), c.end(), comp);
|
H A D | algorithm | 354 …ranges::pop_heap(I first, S last, Comp comp = {}, Proj proj = {}); // since C++… 359 …ranges::pop_heap(R&& r, Comp comp = {}, Proj proj = {}); // since C++… 1665 pop_heap(RandomAccessIterator first, RandomAccessIterator last); 1669 pop_heap(RandomAccessIterator first, RandomAccessIterator last, Compare comp); 1875 #include <__algorithm/pop_heap.h>
|
H A D | module.modulemap | 716 …_algorithm_pop_heap [system] { header "__algorithm/pop_heap.h" }
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionSpecialization.cpp | 710 std::pop_heap(BestSpecs.begin(), BestSpecs.end(), CompareScore); in run()
|
/freebsd/lib/libc++/ |
H A D | Makefile | 350 ALG_HEADERS+= pop_heap.h
|
H A D | libcxx.imp | 73 { include: [ "<__algorithm/pop_heap.h>", "private", "<algorithm>", "public" ] },
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAG.cpp | 1854 std::pop_heap(Q.begin(), Q.end(), WeightedLeaf::Compare); in pop()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 4223 std::pop_heap(ReadyQ.begin(), ReadyQ.end(), Cmp); in pickNode()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | StdSymbolMap.inc | 2353 SYMBOL(pop_heap, std::, <algorithm>) 3680 SYMBOL(pop_heap, std::ranges::, <algorithm>)
|