/llvm-project/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
H A D | ctor_iter_iter_alloc.pass.cpp | 22 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 D | ctor_iter_iter_comp_rcont_alloc.pass.cpp | 25 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 D | ctor_iter_iter_comp_alloc.pass.cpp | 23 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 D | ctor_iter_iter_comp_cont_alloc.pass.cpp | 22 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 D | LatencyPriorityQueue.h | 26 LatencyPriorityQueue *PQ; member
|
H A D | ResourcePriorityQueue.h | 31 ResourcePriorityQueue *PQ; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | GenericIteratedDominanceFrontier.h | 142 IDFPriorityQueue PQ; calculate() local
|
/llvm-project/llvm/lib/Target/Lanai/Disassembler/ |
H A D | LanaiDisassembler.cpp | 109 unsigned PQ = (Insn >> PqShift) & 0x3; in PostOperandDecodeAdjust() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGRRList.cpp | 3151 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 D | use-emplace.cpp | 1078 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 D | SemaExprObjC.cpp | 1047 ObjCProtocolDecl *PQ[] = {NSCopyingPDecl}; BuildObjCDictionaryLiteral() local
|