| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
| H A D | is_unbounded_array.pass.cpp | 27 void test_array() in test_array() function 51 test_array<void, false>(); in main() 52 test_array<std::nullptr_t, false>(); in main() 53 test_array<int, false>(); in main() 54 test_array<double, false>(); in main() 55 test_array<void *, false>(); in main() 56 test_array<int &, false>(); in main() 57 test_array<int &&, false>(); in main() 58 test_array<Empty, false>(); in main() 59 test_array<Union, false>(); in main() [all …]
|
| H A D | is_bounded_array.pass.cpp | 27 void test_array() in test_array() function 51 test_array<void, false>(); in main() 52 test_array<std::nullptr_t, false>(); in main() 53 test_array<int, false>(); in main() 54 test_array<double, false>(); in main() 55 test_array<void *, false>(); in main() 56 test_array<int &, false>(); in main() 57 test_array<int &&, false>(); in main() 58 test_array<Empty, false>(); in main() 59 test_array<Union, false>(); in main() [all …]
|
| H A D | array.pass.cpp | 30 void test_array() in test_array() function 46 test_array<array>(); in main() 47 test_array<const_array>(); in main() 48 test_array<incomplete_array>(); in main() 49 test_array<incomplete_type[]>(); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
| H A D | array.pass.cpp | 38 void test_array() in test_array() function 53 test_array<array>(); in main() 54 test_array<const_array>(); in main() 55 test_array<incomplete_array>(); in main() 56 test_array<Incomplete[]>(); in main()
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | decltype-pr4448.cpp | 7 int test_array[5]; variable 9 Convoluted< int *, test_array, nullptr > tarray;
|
| H A D | return-noreturn.cpp | 122 void test_array() { in test_array() function
|
| H A D | constexpr-builtin-bit-cast.cpp | 50 void test_array() { in test_array() function
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
| H A D | formatter.const_char_array.pass.cpp | 91 void test_array() { in test_array() function 113 test_array<char>(); in main() 115 test_array<wchar_t>(); in main()
|
| H A D | formatter.char_array.pass.cpp | 86 void test_array() { in test_array() function 108 test_array<char>(); in main() 110 test_array<wchar_t>(); in main()
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | allocatable-caller.f90 | 21 subroutine test_array(x) 27 call test_array(x)
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | address_space_print_macro.c | 20 __attribute__((address_space(1))) char test_array[10]; variable 23 …test3_helper(test_array); // expected-error{{passing '__attribute__((address_space(1))) c… in test3()
|
| H A D | warn-absolute-value.c | 783 long long test_array(void) { in test_array() function
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | builtin-align-array.c | 32 int test_array(void) { in test_array() function
|
| H A D | arm-aapcs-vfp.c | 46 void test_array(struct nested_array arg) { in test_array() function
|
| /llvm-project-15.0.7/lldb/test/API/commands/frame/diagnose/array/ |
| H A D | TestArray.py | 16 def test_array(self): member in TestArray
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | builtin-bit-cast.cpp | 89 unsigned long test_array(int (&ary)[2]) { in test_array() function
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | lifetime-cfg-output.cpp | 99 void test_array() { in test_array() function
|
| H A D | scopes-cfg-output.cpp | 47 void test_array() { in test_array() function
|
| H A D | auto-obj-dtors-cfg-output.cpp | 371 void test_array() { in test_array() function
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-literals.m | 36 // CHECK-LABEL: define{{.*}} void @test_array 37 void test_array(id a, id b) { function
|
| /llvm-project-15.0.7/clang/test/CodeGenObjCXX/ |
| H A D | literals.mm | 18 void test_array() { function
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | hsa-metadata-from-llvm-ir-full-v3.ll | 684 ; CHECK: .name: test_array 685 ; CHECK: .symbol: test_array.kd 686 define amdgpu_kernel void @test_array([32 x i8] %a) #0
|
| H A D | hsa-metadata-from-llvm-ir-full.ll | 642 ; CHECK: - Name: test_array 643 ; CHECK-NEXT: SymbolName: 'test_array@kd' 678 define amdgpu_kernel void @test_array([8 x i8] %a) #0
|