Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Dconstruct_types.pass.cpp202 using STDA = std::allocator<char>; in main() typedef
222 STDA std_alloc; in main()
224 test_non_pmr_uses_alloc<STDA>(std_alloc); in main()
226 test_non_pmr_uses_alloc<STDA>(std_alloc, value); in main()
228 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue); in main()
230 test_non_pmr_uses_alloc<STDA>(std_alloc, cvalue, std::move(value)); in main()