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

  /external/libcxx/test/std/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/std/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/std/experimental/utilities/tuple/tuple.apply/
arg_type.pass.cpp 123 void test_pointer() function
175 test_pointer<std::tuple<int *, int *>>();
176 test_pointer<std::pair<int *, int *>>();
177 test_pointer<std::array<int *, 2>>();
  /external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer.pass.cpp 78 void test_pointer() function
160 test_pointer();
  /external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
allocator_pointers.pass.cpp 36 void test_pointer() function
107 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> ();
108 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> ();
109 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> ();
  /external/libcxx/test/std/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 2996 milliseconds