Home
last modified time | relevance | path

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/
Dconstruct_piecewise_pair.pass.cpp90 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()
Dconstruct_types.pass.cpp162 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()
Dconstruct_pair_const_lvalue_pair.pass.cpp100 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()
Dconstruct_pair_rvalue.pass.cpp97 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()
Dconstruct_pair_values.pass.cpp100 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/
Dconstruct_piecewise_pair.pass.cpp110 using PMA = ex::polymorphic_allocator<char>; in main() typedef
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp622 SmallPtrSet<Value*, 4> &PMA, in LoopPromoter() argument
626 PointerMustAliases(PMA), LoopExitBlocks(LEB), AST(ast), DL(dl), in LoopPromoter()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp791 SmallPtrSetImpl<Value *> &PMA, in LoopPromoter() argument
796 : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA), in LoopPromoter()