HomeSort by relevance Sort by last modified time
    Searched refs:test_pointer (Results 1 - 8 of 8) sorted by null

  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
pointer.pass.cpp 29 void test_pointer() function
39 test_pointer<void*>();
40 test_pointer<int*>();
41 test_pointer<const int*>();
42 test_pointer<void (*)(int)>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
pointer.pass.cpp 29 void test_pointer() function
39 test_pointer<void*>();
40 test_pointer<int*>();
41 test_pointer<const int*>();
42 test_pointer<void (*)(int)>();
  /external/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
pointer.pass.cpp 38 void test_pointer() function
48 test_pointer<void*>();
49 test_pointer<int*>();
50 test_pointer<const int*>();
51 test_pointer<void (*)(int)>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
pointer.pass.cpp 38 void test_pointer() function
48 test_pointer<void*>();
49 test_pointer<int*>();
50 test_pointer<const int*>();
51 test_pointer<void (*)(int)>();
  /external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 35 void test_pointer() function
106 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> ();
107 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> ();
108 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> ();
  /external/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 35 void test_pointer() function
106 test_pointer<std::allocator<char>> ();
107 test_pointer<std::allocator<int>> ();
108 test_pointer<std::allocator<Foo>> ();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 35 void test_pointer() function
106 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> ();
107 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> ();
108 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> ();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_pointers.pass.cpp 35 void test_pointer() function
106 test_pointer<std::allocator<char>> ();
107 test_pointer<std::allocator<int>> ();
108 test_pointer<std::allocator<Foo>> ();

Completed in 512 milliseconds