Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
Dallocator_pointers.pass.cpp69 void test_void_pointer() in test_void_pointer() function
110 test_void_pointer<std::allocator<char>> (); in main()
111 test_void_pointer<std::allocator<int>> (); in main()
112 test_void_pointer<std::allocator<Foo>> (); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
Dallocator_pointers.pass.cpp69 void test_void_pointer() in test_void_pointer() function
110 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); in main()
111 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); in main()
112 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); in main()