Searched refs:PMA (Results 1 – 8 of 8) sorted by relevance
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_piecewise_pair.pass.cpp | 90 using PMA = ex::polymorphic_allocator<char>; in main() typedef 95 test_pmr_uses_allocator<PMA>(t1, t1); in main() 104 test_pmr_uses_allocator<PMA>(t1, t2); in main() 105 test_pmr_uses_allocator<PMA>(t2, t1); in main() 116 test_pmr_uses_allocator<PMA>( t1, std::move(t2)); in main() 117 test_pmr_uses_allocator<PMA>(std::move(t2), t1); in main() 131 test_pmr_uses_allocator<PMA>( t1, std::move(t2)); in main() 132 test_pmr_uses_allocator<PMA>(std::move(t2), t1); in main()
|
D | construct_types.pass.cpp | 162 using PMA = ex::polymorphic_allocator<void>; in main() typedef 171 test_pmr_uses_alloc<PMA>(); in main() 174 test_pmr_uses_alloc<PMA>(value); in main() 177 test_pmr_uses_alloc<PMA>(cvalue); in main() 180 test_pmr_uses_alloc<PMA>(cvalue, std::move(value)); in main()
|
D | construct_pair_const_lvalue_pair.pass.cpp | 100 using PMA = ex::polymorphic_allocator<char>; in main() typedef 107 test_pmr_uses_allocator<PMA>(p); in main() 115 test_pmr_uses_allocator<PMA>(p); in main()
|
D | construct_pair_rvalue.pass.cpp | 97 using PMA = ex::polymorphic_allocator<char>; in main() typedef 104 test_pmr_uses_allocator<PMA>(std::move(p)); in main() 112 test_pmr_uses_allocator<PMA>(std::move(p)); in main()
|
D | construct_pair_values.pass.cpp | 100 using PMA = ex::polymorphic_allocator<char>; in main() typedef 106 test_pmr_uses_allocator<PMA>(x, std::move(y)); in main() 113 test_pmr_uses_allocator<PMA>(std::move(x), y); in main()
|
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_piecewise_pair.pass.cpp | 110 using PMA = ex::polymorphic_allocator<char>; in main() typedef
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | LICM.cpp | 622 SmallPtrSet<Value*, 4> &PMA, in LoopPromoter() argument 626 PointerMustAliases(PMA), LoopExitBlocks(LEB), AST(ast), DL(dl), in LoopPromoter()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LICM.cpp | 791 SmallPtrSetImpl<Value *> &PMA, in LoopPromoter() argument 796 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()
|