Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/utilities/memory/default.allocator/
H A Dallocator_pointers.pass.cpp74 void test_void_pointer() in test_void_pointer() function
118 test_void_pointer<std::allocator<char>> (); in main()
119 test_void_pointer<std::allocator<int>> (); in main()
120 test_void_pointer<std::allocator<Foo>> (); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/default.allocator/
H A Dallocator_pointers.pass.cpp75 void test_void_pointer() in test_void_pointer() function
119 test_void_pointer<std::allocator<char>> (); in main()
120 test_void_pointer<std::allocator<int>> (); in main()
121 test_void_pointer<std::allocator<Foo>> (); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dallocator_pointers.pass.cpp74 void test_void_pointer() { in test_void_pointer() function
118 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<char>>>(); in main()
119 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<int>>>(); in main()
120 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>>(); in main()
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
H A Dallocator_pointers.pass.cpp75 void test_void_pointer() in test_void_pointer() function
119 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); in main()
120 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); in main()
121 test_void_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); in main()
/aosp_15_r20/external/clang/test/Sema/
H A Dwarn-absolute-value.c791 long long test_void_pointer(void *x) { in test_void_pointer() function