Home
last modified time | relevance | path

Searched defs:PQ (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
H A Dctor_iter_iter_alloc.pass.cpp22 struct PQ : std::priority_queue<T, Cont, Comp> { struct
26 explicit PQ(It first, It last, const Alloc& a) : base(first, last, a) {} in PQ() argument
H A Dctor_iter_iter_comp_rcont_alloc.pass.cpp25 struct PQ : std::priority_queue<T, Cont, Comp> { struct
29 …explicit PQ(It first, It last, const Comp& compare, Cont&& v, const Alloc& a) : base(first, last, … in PQ() argument
H A Dctor_iter_iter_comp_alloc.pass.cpp23 struct PQ : std::priority_queue<T, Cont, Comp> { struct
27 …explicit PQ(It first, It last, const Comp& compare, const Alloc& a) : base(first, last, compare, a… in PQ() argument
H A Dctor_iter_iter_comp_cont_alloc.pass.cpp22 struct PQ : std::priority_queue<T, Cont, Comp> { struct
26 …explicit PQ(It first, It last, const Comp& compare, const Cont& v, const Alloc& a) : base(first, l… in PQ() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DLatencyPriorityQueue.h26 LatencyPriorityQueue *PQ; member
H A DResourcePriorityQueue.h31 ResourcePriorityQueue *PQ; member
/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h142 IDFPriorityQueue PQ; calculate() local
/llvm-project/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp3151 BURegReductionPriorityQueue *PQ = in createBURRListDAGScheduler() local
3165 SrcRegReductionPriorityQueue *PQ = in createSourceListDAGScheduler() local
3180 HybridBURRPriorityQueue *PQ = in createHybridListDAGScheduler() local
3195 ILPBURRPriorityQueue *PQ in createILPListDAGScheduler() local
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace.cpp1078 using PQ = std::priority_queue<Foo>; in test_AliasEmplacyFunctions() typedef
1116 using PQ = std::priority_queue<Foo>; in test_Alias() typedef
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1047 ObjCProtocolDecl *PQ[] = {NSCopyingPDecl}; BuildObjCDictionaryLiteral() local