/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
H A 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()
|
/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
H A 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()
|
/llvm-project/flang/test/Lower/ |
H A D | loops2.f90 | 12 subroutine test_pointer() subroutine 131 call test_pointer()
|
H A D | pointer-association-polymorphic.f90 | 34 subroutine test_pointer() subroutine 180 call test_pointer() 35 ptest_pointer global() argument 36 c2test_pointer global() argument 37 patest_pointer global() argument 38 c4test_pointer global() argument 39 itest_pointer global() argument
|
H A D | allocatable-polymorphic.f90 | 47 subroutine test_pointer() subroutine 585 call test_pointer() 48 ptest_pointer global() argument 49 c2test_pointer global() argument 50 c4test_pointer global() argument 51 itest_pointer global() argument
|
/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.types/ |
H A D | allocator_pointers.pass.cpp | 38 void test_pointer() { in test_pointer() function 114 test_pointer<std::scoped_allocator_adaptor<std::allocator<char>>>(); in main() 115 test_pointer<std::scoped_allocator_adaptor<std::allocator<int>>>(); in main() 116 test_pointer<std::scoped_allocator_adaptor<std::allocator<Foo>>>(); in main()
|
/llvm-project/libcxx/test/std/utilities/memory/default.allocator/ |
H A D | allocator_pointers.pass.cpp | 38 void test_pointer() in test_pointer() function 115 test_pointer<std::allocator<char>> (); in main() 116 test_pointer<std::allocator<int>> (); in main() 117 test_pointer<std::allocator<Foo>> (); in main()
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/ |
H A D | pointer.pass.cpp | 40 TEST_CONSTEXPR_CXX23 void test_pointer() { in test_pointer() function 186 test_pointer</*IsArray*/ false>(); in test() 191 test_pointer</*IsArray*/ true>(); in test()
|
/llvm-project/libcxx/test/std/containers/container.adaptors/container.adaptors.format/ |
H A D | format.functions.tests.h | 670 void test_pointer(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_pointer() 767 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer() 769 test_pointer<CharT>(check, check_exception, std::queue{input.begin(), input.end()}); in test_pointer() 770 test_pointer<CharT>(check, check_exception, std::priority_queue{input.begin(), input.end()}); in test_pointer() 771 test_pointer<CharT>(check, check_exception, std::stack{input.begin(), input.end()}); in test_pointer() 976 test_pointer<CharT>(check, check_exception); in format_tests() 669 void test_pointer(TestFunction check, ExceptionTest check_exception, auto&& input) { test_pointer() function 766 void test_pointer(TestFunction check, ExceptionTest check_exception) { test_pointer() function
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | cxx2b-deducing-this.cpp | 79 void test_pointer() { 80 void test_pointer() { test_pointer() function
|
/llvm-project/lldb/test/API/functionalities/data-formatter/builtin-formats/ |
H A D | TestBuiltinFormats.py | 299 def test_pointer(self): member in TestCase
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/ |
H A D | format.functions.tests.h | 850 void test_pointer(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_pointer() 948 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer() 950 test_pointer<CharT>(check, check_exception, std::unordered_set{static_cast<const void*>(0)}); in test_pointer() 951 test_pointer<CharT>(check, check_exception, std::unordered_multiset{static_cast<void*>(0)}); in test_pointer() 1513 test_pointer<CharT>(check, check_exception); in format_tests() 849 void test_pointer(TestFunction check, ExceptionTest check_exception, auto&& input) { test_pointer() function 947 void test_pointer(TestFunction check, ExceptionTest check_exception) { test_pointer() function
|
/llvm-project/flang/test/Fir/ |
H A D | rebox_assumed_rank_codegen.fir | 24 func.func @test_pointer(%arg0: !fir.box<!fir.array<*:f32>> ) { 88 // CHECK-LABEL: func.func @test_pointer(
|
/llvm-project/polly/lib/External/isl/ |
H A D | isl_test_cpp-checked.cc | 298 test_pointer(ctx); in main()
|
H A D | isl_test_cpp.cc | 364 test_pointer(ctx); in main()
|
H A D | isl_test_cpp-generic.cc | 29 void test_pointer(isl::ctx ctx) in test_pointer() function
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/ |
H A D | format.functions.tests.h | 567 void test_pointer(TestFunction check, ExceptionTest check_exception) { in test_pointer() 862 test_pointer<CharT>(check, check_exception); 553 void test_pointer(TestFunction check, ExceptionTest check_exception) { test_pointer() function
|
/llvm-project/llvm/test/CodeGen/AMDGPU/ |
H A D | hsa-metadata-from-llvm-ir-full.ll | 393 ; CHECK: .name: test_pointer 394 ; CHECK: .symbol: test_pointer.kd 395 define amdgpu_kernel void @test_pointer(ptr addrspace(1) %a) #0
|