/llvm-project/libc/src/__support/CPP/ |
H A D | array.h | 19 template <class T, size_t N> struct array { global() struct 23 Dataarray global() argument 24 value_typearray global() argument 25 iteratorarray global() argument 26 const_iteratorarray global() argument 27 reverse_iteratorarray global() argument 28 const_reverse_iteratorarray global() argument 30 dataarray data() argument 31 dataarray data() argument 33 frontarray front() argument 34 frontarray front() argument 36 backarray back() argument 37 backarray back() argument 45 sizearray size() argument 47 emptyarray empty() argument 49 beginarray begin() argument 50 beginarray begin() argument 51 cbeginarray cbegin() argument 53 endarray end() argument 54 endarray end() argument 55 cendarray cend() argument 57 rbeginarray rbegin() argument 60 rbeginarray rbegin() argument 63 crbeginarray crbegin() argument 67 rendarray rend() argument 70 rendarray rend() argument 73 crendarray crend() argument
|
/llvm-project/clang/test/Sema/ |
H A D | warn-char-subscripts.cpp | 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 [all …]
|
H A D | warn-char-subscripts.c | 5 int array[1] = { 0 }; in t1() local 11 int array[1] = { 0 }; in t2() local 17 int *array = 0; in t3() local 23 int *array = 0; in t4() local 30 int *array = 0; in t5() local 35 int array[1] = { 0 }; in t6() local 41 int array[1] = { 0 }; in t7() local 48 int array[1] = { 0 }; in t8() local 55 int array[1] = { 0 }; in t9() local 62 int array[1] = { 0 }; in t10() local [all …]
|
/llvm-project/libc/test/src/stdlib/ |
H A D | qsort_test.cpp |
|
/llvm-project/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 test1(char * array,char * endptr) test1() argument 39 test2(char * array,char * endptr) test2() argument 47 test3(char * array,char * endptr) test3() argument 65 test4(char * array,char * endptr) test4() argument 80 test5(char * array,char * endptr) test5() argument 89 test6(char * array,char * endptr) test6() argument 98 test7(char * array,char * endptr) test7() argument 107 char* array = array0 + 8; main() local [all...] |
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 | 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 | atoll_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 | 21 static int array[10]; member 27 int C::array[10]; member in C 35 static int array[10]; in main() local
|
/llvm-project/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/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/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/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/clang-tools-extra/test/clang-tidy/checkers/modernize/ |
H A D | loop-convert-structured-binding.cpp | 9 struct array { struct 33 array<S, N> arr; in f() argument
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
H A D | stable_partition.pass.cpp | 43 P array[] = in test() local 72 P array[] = test() local 112 P array[] = test() local 141 P array[] = test() local 170 P array[] = test() local 199 P array[] = test() local 228 P array[] = test() local 257 P array[] = test() local 320 std::unique_ptr<int> array[size]; test1() local [all...] |
/llvm-project/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>
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/range.chunk.by.iter/ |
H A D | decrement.pass.cpp | 61 std::array array{0, 1, 2, 3, 4}; in test() local 72 std::array array{0, 1, 2, 0, 1, 2}; in test() local 86 std::array array{7, 8, 9, 4, 5, 6, 1, 2, 3, 0}; in test() local 115 std::array array{1, 2, 1, 2, 1}; in test() local 127 std::array array{1, 2, 3, -3, -2, -1}; in test() local 139 std::array array = {1, 2, 3, -3, -2, -1}; in test() local 153 std::array array{1, 2, 1, 3}; in test() local 166 std::array array{0, 1, 2, -3, -2, -1, -6, -5, -4}; in test() local
|
H A D | increment.pass.cpp | 49 std::array array{0, 1, 2, 3, 4}; in test() local 61 std::array array{1, 2, 3, -1, -2, -3}; in test() local 72 std::array array{1, 2, 3, 4, 1}; in test() local 82 std::array array{0, 1, 0, 2, 0, 3, 0, 4}; in test() local 99 std::array array{1, 2, 3, -3, -2, -1}; in test() local 111 std::array array = {1, 2, 3, -3, -2, -1}; in test() local 126 std::array array{1, 2, 1, 3}; in test() local 139 std::array array{0, 1, 2, -3, -2, -1, -6, -5, -4}; in test() local
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | derived-type-map.f90 | 12 integer(4) :: array( global() component 30 integer(4) :: array( global() component 51 integer(4) :: array( global() component 73 integer(4) :: array( global() component 97 integer(4) :: array( global() component 120 integer(4) :: array( global() component 125 integer(4) :: array( global() component 152 integer(4) :: array( global() component 157 integer(4) :: array( global() component 186 integer(4) :: array( global() component 191 integer(4) :: array( global() component 221 integer(4) :: array( global() component 226 integer(4) :: array( global() component [all...] |
/llvm-project/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 = {}; tests() local 84 C array = {1}; tests() local 94 C array = {1, 2}; tests() local 105 C array = {1, 2, 3.5}; tests() local 116 C array = {}; tests() local [all...] |
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/iterator/ |
H A D | increment.pass.cpp | 50 std::array<int, 5> array{0, 1, 2, 3, 4}; in test() local 62 std::array<int, 5> array{99, 1, 99, 1, 99}; in test() local 72 std::array<int, 5> array{99, 1, 99, 99, 1}; in test() local 82 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local 95 std::array<int, 4> array{99, 1, 99, 1}; in test() local 109 std::array<int, 3> array{1, 1, 1}; in test() local 123 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local 137 std::array<int, 10> array{0, 1, 2, 3, 1, 1, 4, 5, 1, 6}; in test() local
|
/llvm-project/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 68 auto array{MakeArray<TypeCategory::Integer, 4>( in TEST() local 104 auto array{MakeArray<TypeCategory::Integer, 4>( in TEST() local 117 auto array{MakeArray<TypeCategory::Integer, 4>( in TEST() local
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | maxval.f90 | 49 test_maxval_optional_scalar_mask(mask, array) global() argument 50 integer :: array( global() local 63 test_maxval_optional_array_mask(mask, array) global() argument 64 integer :: array( global() local [all...] |