Searched refs:test_pointer (Results 1 – 7 of 7) sorted by relevance
29 void test_pointer() in test_pointer() function39 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()
40 void test_pointer() in test_pointer() function52 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()
133 TestStruct* const test_pointer = a->Allocate<TestStruct>(count_to_allocate); in TEST() local135 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()144 TestStruct* const test_pointer = a->Allocate<TestStruct>(count_to_allocate); in TEST() local146 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()
38 void test_pointer() in test_pointer() function115 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()
37 void test_pointer() in test_pointer() function114 test_pointer<std::allocator<char>> (); in main()115 test_pointer<std::allocator<int>> (); in main()116 test_pointer<std::allocator<Foo>> (); in main()
41 void test_pointer() { in test_pointer() function162 test_pointer</*IsArray*/ false>(); in main()167 test_pointer</*IsArray*/ true>(); in main()
273 ; CHECK: - Name: test_pointer274 ; CHECK-NEXT: SymbolName: 'test_pointer@kd'303 define amdgpu_kernel void @test_pointer(i32 addrspace(1)* %a) #0