Home
last modified time | relevance | path

Searched refs:priority_queue (Results 1 – 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/libcxx/include/
HDqueue129 class priority_queue
143 priority_queue() : priority_queue(Compare()) {} // C++20
144 explicit priority_queue(const Compare& x) : priority_queue(x, Container()) {}
145 priority_queue(const Compare& x, const Container&);
146 … explicit priority_queue(const Compare& x = Compare(), Container&& = Container()); // before C++20
147 priority_queue(const Compare& x, Container&&); // C++20
149 priority_queue(InputIterator first, InputIterator last,
152 priority_queue(InputIterator first, InputIterator last,
155 priority_queue(InputIterator first, InputIterator last,
158 priority_queue(from_range_t, R&& rg, const Compare& x = Compare()); // since C++23
[all …]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDPriorityQueue.h28 class PriorityQueue : public std::priority_queue<T, Sequence, Compare> {
32 : std::priority_queue<T, Sequence, Compare>(compare, sequence)
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
/freebsd-13-stable/contrib/llvm-project/libcxx/modules/std/
HDqueue.inc25 // [priority.queue], class template priority_queue
26 using std::priority_queue;
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__format/
HDcontainer_adaptor.h62 struct _LIBCPP_TEMPLATE_VIS formatter<priority_queue<_Tp, _Container, _Compare>, _CharT>
63 : public __formatter_container_adaptor<priority_queue<_Tp, _Container, _Compare>, _CharT> {};
/freebsd-13-stable/contrib/llvm-project/libcxx/include/__fwd/
HDqueue.h27 class _LIBCPP_TEMPLATE_VIS priority_queue; variable
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDGenericIteratedDominanceFrontier.h140 std::priority_queue<DomTreeNodePair, SmallVector<DomTreeNodePair, 32>, in calculate()
HDGenericDomTreeConstruction.h622 std::priority_queue<TreeNodePtr, SmallVector<TreeNodePtr, 8>,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDRegAllocBasic.cpp65 std::priority_queue<const LiveInterval *, std::vector<const LiveInterval *>,
HDRegAllocGreedy.h158 using PQueue = std::priority_queue<std::pair<unsigned, unsigned>>;
HDAssignmentTrackingAnalysis.cpp884 std::priority_queue<unsigned int, std::vector<unsigned int>, in run()
887 std::priority_queue<unsigned int, std::vector<unsigned int>, in run()
2305 std::priority_queue<unsigned int, std::vector<unsigned int>, in run()
2308 std::priority_queue<unsigned int, std::vector<unsigned int>, in run()
HDRegAllocPBQP.cpp326 std::priority_queue<IntervalInfo, std::vector<IntervalInfo>, in apply()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDSplitModule.cpp66 std::priority_queue<std::pair<unsigned, unsigned>,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDBitTracker.h103 std::priority_queue<MachineInstr*, std::vector<MachineInstr*>, Cmp> Uses;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
HDVarLocBasedImpl.cpp2255 std::priority_queue<unsigned int, std::vector<unsigned int>, in ExtendRanges()
2258 std::priority_queue<unsigned int, std::vector<unsigned int>, in ExtendRanges()
HDInstrRefBasedImpl.cpp2658 std::priority_queue<unsigned int, std::vector<unsigned int>, in buildMLocValueMap()
3137 std::priority_queue<unsigned int, std::vector<unsigned int>, in buildVLocValueMap()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
HDUnwrappedLineFormatter.cpp1202 typedef std::priority_queue<QueueItem, SmallVector<QueueItem>,
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/
HDllvm-profdata.cpp2775 std::priority_queue<std::pair<std::string, uint64_t>, in showInstrProfile()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
HDStdSymbolMap.inc2371 SYMBOL(priority_queue, std::, <queue>)
/freebsd-13-stable/
HDObsoleteFiles.inc6200 OLD_FILES+=usr/include/c++/4.2/ext/pb_ds/priority_queue.hpp