/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
D | pointer.pass.cpp | 30 void test_pointer() in test_pointer() function 40 test_pointer<void*>(); in main() 41 test_pointer<int*>(); in main() 42 test_pointer<const int*>(); in main() 43 test_pointer<void (*)(int)>(); in main()
|
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
D | pointer.pass.cpp | 29 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/ |
D | pointer.pass.cpp | 40 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/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
D | pointer.pass.cpp | 39 void test_pointer() in test_pointer() function 51 test_pointer<void*>(); in main() 52 test_pointer<int*>(); in main() 53 test_pointer<const int*>(); in main() 54 test_pointer<void (*)(int)>(); in main()
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | allocator_pointers.pass.cpp | 38 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/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
D | allocator_pointers.pass.cpp | 38 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/ |
D | allocator_pointers.pass.cpp | 37 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/llvm-project/libcxx/test/std/utilities/memory/default.allocator/ |
D | allocator_pointers.pass.cpp | 37 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/tensorflow/tensorflow/core/framework/ |
D | allocator_test.cc | 180 TestStruct* const test_pointer = in TEST() local 183 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST() 192 TestStruct* const test_pointer = in TEST() local 195 CHECK_EQ(test_pointer, reinterpret_cast<TestStruct*>(NULL)); in TEST()
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer.pass.cpp | 41 void test_pointer() { in test_pointer() function 162 test_pointer</*IsArray*/ false>(); in main() 167 test_pointer</*IsArray*/ true>(); in main()
|
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
D | pointer.pass.cpp | 40 void test_pointer() { in test_pointer() function 161 test_pointer</*IsArray*/ false>(); in main() 166 test_pointer</*IsArray*/ true>(); in main()
|
/external/pigweed/pw_tokenizer/py/ |
D | decode_test.py | 63 def test_pointer(self): member in TestDecodeTokenized
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/builtin-formats/ |
D | TestBuiltinFormats.py | 181 def test_pointer(self): member in TestCase
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test_cpp.cc | 307 test_pointer(ctx); in main()
|
D | isl_test_cpp-checked.cc | 298 test_pointer(ctx); in main()
|
D | isl_test_cpp-generic.cc | 29 void test_pointer(isl::ctx ctx) in test_pointer() function
|
/external/python/cffi/testing/cffi1/ |
D | test_parse_c_type.py | 181 def test_pointer(): function
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | hsa-metadata-from-llvm-ir-full-v3.ll | 424 ; CHECK: .name: test_pointer 425 ; CHECK: .symbol: test_pointer.kd 426 define amdgpu_kernel void @test_pointer(i32 addrspace(1)* %a) #0
|
D | hsa-metadata-from-llvm-ir-full.ll | 387 ; CHECK: - Name: test_pointer 388 ; CHECK-NEXT: SymbolName: 'test_pointer@kd' 424 define amdgpu_kernel void @test_pointer(i32 addrspace(1)* %a) #0
|