Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
Dpointer.pass.cpp29 void test_pointer() in test_pointer() function
39 test_pointer<void*>(); in main()
40 test_pointer<int*>(); in main()
41 test_pointer<const int*>(); in main()
42 test_pointer<void (*)(int)>(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
Dpointer.pass.cpp38 void test_pointer() in test_pointer() function
48 test_pointer<void*>(); in main()
49 test_pointer<int*>(); in main()
50 test_pointer<const int*>(); in main()
51 test_pointer<void (*)(int)>(); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
Dallocator_pointers.pass.cpp35 void test_pointer() in test_pointer() function
106 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); in main()
107 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); in main()
108 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
Dallocator_pointers.pass.cpp35 void test_pointer() in test_pointer() function
106 test_pointer<std::allocator<char>> (); in main()
107 test_pointer<std::allocator<int>> (); in main()
108 test_pointer<std::allocator<Foo>> (); in main()