Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dpointer.pass.cpp30 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 Dpointer.pass.cpp39 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 Dloops2.f9012 subroutine test_pointer() subroutine
131 call test_pointer()
H A Dpointer-association-polymorphic.f9034 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 Dallocatable-polymorphic.f9047 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 Dallocator_pointers.pass.cpp38 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 Dallocator_pointers.pass.cpp38 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 Dpointer.pass.cpp40 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 Dformat.functions.tests.h670 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 Dcxx2b-deducing-this.cpp79 void test_pointer() {
80 void test_pointer() { test_pointer() function
/llvm-project/lldb/test/API/functionalities/data-formatter/builtin-formats/
H A DTestBuiltinFormats.py299 def test_pointer(self): member in TestCase
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h850 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 Drebox_assumed_rank_codegen.fir24 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 Disl_test_cpp-checked.cc298 test_pointer(ctx); in main()
H A Disl_test_cpp.cc364 test_pointer(ctx); in main()
H A Disl_test_cpp-generic.cc29 void test_pointer(isl::ctx ctx) in test_pointer() function
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h567 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 Dhsa-metadata-from-llvm-ir-full.ll393 ; CHECK: .name: test_pointer
394 ; CHECK: .symbol: test_pointer.kd
395 define amdgpu_kernel void @test_pointer(ptr addrspace(1) %a) #0