Searched refs:priority_queue (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dqueue.h35 using std::priority_queue;
/freebsd-11-stable/contrib/libstdc++/include/ext/pb_ds/
H A Dpriority_queue.hpp43 * @file priority_queue.hpp
61 class priority_queue class in namespace:pb_ds
86 priority_queue() { } function in class:pb_ds::priority_queue
90 priority_queue(const cmp_fn& r_cmp_fn) : base_type(r_cmp_fn) { } function in class:pb_ds::priority_queue
96 priority_queue(It first_it, It last_it) function in class:pb_ds::priority_queue
104 priority_queue(It first_it, It last_it, const cmp_fn& r_cmp_fn) function in class:pb_ds::priority_queue
108 priority_queue(const priority_queue& other) function in class:pb_ds::priority_queue
112 ~priority_queue() { }
114 priority_queue
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h21 /// PriorityQueue - This class behaves like std::priority_queue and
27 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> {
31 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
38 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
58 // priority_queue's plain pop to remove it.
/freebsd-11-stable/contrib/libstdc++/include/precompiled/
H A Dextc++.h60 #include <ext/pb_ds/priority_queue.hpp>
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dstl_queue.h311 * %priority_queue.
314 * and removed from, the %priority_queue using the
315 * %priority_queue's member functions. If you access the elements
317 * order would be different, the %priority_queue will not re-sort
322 class priority_queue class
350 priority_queue(const _Compare& __x = _Compare(), function in class:priority_queue
371 priority_queue(_InputIterator __first, _InputIterator __last, function in class:priority_queue
439 // No equality/comparison operators are provided for priority_queue.
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h140 std::priority_queue<DomTreeNodePair, SmallVector<DomTreeNodePair, 32>,
H A DGenericDomTreeConstruction.h638 // we use a priority_queue here.
639 std::priority_queue<TreeNodePtr, SmallVector<TreeNodePtr, 8>,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp68 std::priority_queue<LiveInterval*, std::vector<LiveInterval*>,
H A DLiveDebugValues.cpp1508 std::priority_queue<unsigned int, std::vector<unsigned int>,
1511 std::priority_queue<unsigned int, std::vector<unsigned int>,
H A DRegAllocPBQP.cpp327 std::priority_queue<IntervalInfo, std::vector<IntervalInfo>,
H A DRegAllocGreedy.cpp154 using PQueue = std::priority_queue<std::pair<unsigned, unsigned>>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSplitModule.cpp161 std::priority_queue<std::pair<unsigned, unsigned>,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h103 std::priority_queue<MachineInstr*, std::vector<MachineInstr*>, Cmp> Uses;
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile204 priority_queue.hpp \
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp942 typedef std::priority_queue<QueueItem, std::vector<QueueItem>,
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp841 std::priority_queue<std::pair<std::string, uint64_t>,
/freebsd-11-stable/contrib/libstdc++/include/
H A DMakefile.am239 ${pb_srcdir}/priority_queue.hpp \
H A DMakefile.in463 ${pb_srcdir}/priority_queue.hpp \

Completed in 794 milliseconds