| /llvm-project-15.0.7/lldb/test/API/lang/cpp/non-type-template-param/ |
| H A D | main.cpp | 1 template <int Size> struct array { struct 3 array() {} in array() argument
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/ |
| H A D | strtoll_strict.c | 34 void test1(char *array, char *endptr) { in test1() 41 void test2(char *array, char *endptr) { in test2() 49 void test3(char *array, char *endptr) { in test3() 58 void test4(char *array, char *endptr) { in test4() 64 void test5(char *array, char *endptr) { in test5() 73 void test6(char *array, char *endptr) { in test6() 82 void test7(char *array, char *endptr) { in test7() 91 char* array = array0 + 8; in main() local
|
| H A D | strtol_strict.c | 32 void test1(char *array, char *endptr) { in test1() 39 void test2(char *array, char *endptr) { in test2() 47 void test3(char *array, char *endptr) { in test3() 65 void test4(char *array, char *endptr) { in test4() 80 void test5(char *array, char *endptr) { in test5() 89 void test6(char *array, char *endptr) { in test6() 98 void test7(char *array, char *endptr) { in test7() 107 char* array = array0 + 8; in main() local
|
| H A D | atoll_strict.c | 20 void test1(char *array) { in test1() 28 void test2(char *array) { in test2() 35 void test3(char *array) { in test3() 45 char *array = (char*)malloc(10); in main() local
|
| H A D | atoi_strict.c | 17 void test1(char *array) { in test1() 25 void test2(char *array) { in test2() 32 void test3(char *array) { in test3() 42 char *array = (char*)malloc(10); in main() local
|
| H A D | atol_strict.c | 17 void test1(char *array) { in test1() 25 void test2(char *array) { in test2() 32 void test3(char *array) { in test3() 42 char *array = (char*)malloc(10); in main() local
|
| H A D | global-location.cpp | 18 static int array[10]; member 24 int C::array[10]; member in C 32 static int array[10]; in main() local
|
| /llvm-project-15.0.7/libc/test/src/stdlib/ |
| H A D | qsort_test.cpp | 119 int array[7] = {10, 40, 45, 55, 35, 23, 60}; in TEST() local 134 int array[6] = {10, 10, 20, 20, 5, 5}; in TEST() local 148 int array[10] = {20, 10, 10, 10, 10, 20, 21, 21, 21, 21}; in TEST() local 184 int array[3] = {14999024, 0, 3}; in TEST() local 195 int array[3] = {3, 14999024, 0}; in TEST() local 206 int array[3] = {3, 0, 14999024}; in TEST() local 217 int array[3] = {12345, 12345, 12345}; in TEST() local 228 int array[2] = {14999024, 0}; in TEST() local 238 int array[2] = {0, 14999024}; in TEST() local 248 int array[2] = {12345, 12345}; in TEST() local [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/array.tuple/ |
| H A D | get_const.pass.cpp | 21 std::array<double, 1> const array = {3.3}; in tests() local 25 std::array<double, 2> const array = {3.3, 4.4}; in tests() local 30 std::array<double, 3> const array = {3.3, 4.4, 5.5}; in tests() local 36 std::array<double, 1> const array = {3.3}; in tests() local
|
| H A D | get.pass.cpp | 27 std::array<double, 1> array = {3.3}; in tests() local 33 std::array<double, 2> array = {3.3, 4.4}; in tests() local 42 std::array<double, 3> array = {3.3, 4.4, 5.5}; in tests() local 52 std::array<double, 1> array = {3.3}; in tests() local
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/array.cons/ |
| H A D | implicit_copy.pass.cpp | 41 Array array = {1.1, 2.2, 3.3}; in tests() local 49 Array array = {1.1, 2.2, 3.3}; in tests() local 56 Array array = {}; in tests() local 65 Array array = {}; in tests() local 72 Array array = {}; in tests() local 80 Array array = {}; in tests() local 89 Array array = {}; in tests() local 96 Array array = {}; in tests() local 103 Array array = {}; in tests() local
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/ |
| H A D | CFCMutableArray.cpp | 34 CFMutableArrayRef array = get(); in GetCount() local 42 CFMutableArrayRef array = get(); in GetCountOfValue() local 49 CFMutableArrayRef array = get(); in GetCountOfValue() local 56 CFMutableArrayRef array = get(); in GetValueAtIndex() local 67 CFMutableArrayRef array = get(); in SetValueAtIndex() local 79 CFMutableArrayRef array = get(); in AppendValue() local 97 CFMutableArrayRef array = get(); in AppendCStringAsCFString() local 115 CFMutableArrayRef array = get(); in AppendFileSystemRepresentationAsCFString() local
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | warn-char-subscripts.c | 4 int array[1] = { 0 }; in t1() local 10 int array[1] = { 0 }; in t2() local 16 int *array = 0; in t3() local 22 int *array = 0; in t4() local 29 int *array = 0; in t5() local 34 int array[1] = { 0 }; in t6() local 40 int array[1] = { 0 }; in t7() local 47 int array[1] = { 0 }; in t8() local 54 int array[1] = { 0 }; in t9() local 61 int array[1] = { 0 }; in t10() local
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | stable_partition.pass.cpp | 41 P array[] = in test() local 70 P array[] = in test() local 110 P array[] = in test() local 139 P array[] = in test() local 168 P array[] = in test() local 197 P array[] = in test() local 226 P array[] = in test() local 255 P array[] = in test() local 297 std::unique_ptr<int> array[size]; in test1() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | static-array-member.cpp | 4 static int array[]; member 10 int X0::array[sizeof(X0) * 2]; member in X0 14 static T array[]; member 18 T X1<T, N>::array[N]; member in X1<T, N>
|
| H A D | eval-sizeof-dependent-type.cpp | 4 template <typename _Tp, size_t _Nm> struct array { _Tp _M_elems[_Nm]; }; struct
|
| /llvm-project-15.0.7/libcxx/test/std/containers/sequences/array/ |
| H A D | iterators.pass.cpp | 58 C array = {}; in tests() local 66 C array = {}; in tests() local 75 C array = {}; in tests() local 84 C array = {1}; in tests() local 94 C array = {1, 2}; in tests() local 105 C array = {1, 2, 3.5}; in tests() local 116 C array = {}; in tests() local
|
| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/ |
| H A D | increment.pass.cpp | 51 std::array<int, 5> array{0, 1, 2, 3, 4}; in test() local 63 std::array<int, 5> array{99, 1, 99, 1, 99}; in test() local 73 std::array<int, 5> array{99, 1, 99, 99, 1}; in test() local 83 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local 96 std::array<int, 4> array{99, 1, 99, 1}; in test() local 110 std::array<int, 3> array{1, 1, 1}; in test() local 124 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local 138 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local
|
| /llvm-project-15.0.7/flang/test/Lower/Intrinsics/ |
| H A D | minval.f90 | 49 subroutine test_minval_optional_scalar_mask(mask, array) argument 50 integer :: array(:) local 63 subroutine test_minval_optional_array_mask(mask, array) argument 64 integer :: array(:) local
|
| H A D | maxval.f90 | 49 subroutine test_maxval_optional_scalar_mask(mask, array) argument 50 integer :: array(:) local 63 subroutine test_maxval_optional_array_mask(mask, array) argument 64 integer :: array(:) local
|
| H A D | size.f90 | 53 subroutine size_optional_dim_1(array, dim, iSize) argument 54 real, dimension(:,:) :: array local 78 subroutine size_optional_dim_2(array, dim, iSize) argument 79 real, dimension(:,:) :: array local
|
| /llvm-project-15.0.7/libcxx/test/libcxx/containers/views/views.span/ |
| H A D | debug.iterator-indexing.pass.cpp | 26 Foo array[] = {{0}, {1}, {2}}; in main() local 44 Foo array[] = {{0}, {1}, {2}}; in main() local 62 Foo array[] = {{0}, {1}, {2}}; in main() local 80 Foo array[] = {{0}, {1}, {2}}; in main() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Inquiry.cpp | 20 auto array{MakeArray<TypeCategory::Integer, 4>( in TEST() local 32 auto array{MakeArray<TypeCategory::Integer, 4>( in TEST() local 70 auto array{MakeArray<TypeCategory::Integer, 4>( in TEST() local
|
| /llvm-project-15.0.7/polly/lib/External/ppcg/ |
| H A D | gpu_print.c | 30 struct gpu_array_info *array = &prog->array[i]; in gpu_print_local_declarations() local 45 struct gpu_array_info *array) in gpu_array_info_print_size() 68 __isl_take isl_printer *p, struct gpu_array_info *array) in print_non_linearized_declaration_argument() 82 __isl_take isl_printer *p, struct gpu_array_info *array, in gpu_array_info_print_declaration_argument() 111 __isl_take isl_printer *p, struct gpu_array_info *array) in gpu_array_info_print_call_argument() 139 struct gpu_array_info *array = stmt->u.c.array; in stmt_print_global_index() local
|
| /llvm-project-15.0.7/flang/test/Lower/ |
| H A D | allocated.f90 | 5 subroutine allocated_test(scalar, array) argument 6 real, allocatable :: scalar, array(:) local
|