Home
last modified time | relevance | path

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

/external/libcxx/test/std/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()
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
Dpointer.pass.cpp40 void test_pointer() in test_pointer() function
52 test_pointer<void*>(); in main()
53 test_pointer<int*>(); in main()
54 test_pointer<const int*>(); in main()
55 test_pointer<void (*)(int)>(); in main()
/external/tensorflow/tensorflow/core/framework/
Dallocator_test.cc133 TestStruct* const test_pointer = a->Allocate<TestStruct>(count_to_allocate); in TEST() local
135 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()
144 TestStruct* const test_pointer = a->Allocate<TestStruct>(count_to_allocate); in TEST() local
146 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/
Dallocator_pointers.pass.cpp38 void test_pointer() in test_pointer() function
115 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>> (); in main()
116 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>> (); in main()
117 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>> (); in main()
/external/libcxx/test/std/utilities/memory/default.allocator/
Dallocator_pointers.pass.cpp37 void test_pointer() in test_pointer() function
114 test_pointer<std::allocator<char>> (); in main()
115 test_pointer<std::allocator<int>> (); in main()
116 test_pointer<std::allocator<Foo>> (); in main()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dpointer.pass.cpp41 void test_pointer() { in test_pointer() function
162 test_pointer</*IsArray*/ false>(); in main()
167 test_pointer</*IsArray*/ true>(); in main()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dhsa-metadata-from-llvm-ir-full.ll273 ; CHECK: - Name: test_pointer
274 ; CHECK-NEXT: SymbolName: 'test_pointer@kd'
303 define amdgpu_kernel void @test_pointer(i32 addrspace(1)* %a) #0