/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
|
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | dba_array.c | 44 struct dba_array *array; in dba_array_new() local 60 dba_array_free(struct dba_array *array) in dba_array_free() 75 dba_array_set(struct dba_array *array, int32_t ie, void *entry) in dba_array_set() 89 dba_array_add(struct dba_array *array, void *entry) in dba_array_add() 103 dba_array_get(struct dba_array *array, int32_t ie) in dba_array_get() 111 dba_array_start(struct dba_array *array) in dba_array_start() 117 dba_array_next(struct dba_array *array) in dba_array_next() 129 dba_array_del(struct dba_array *array) in dba_array_del() 138 dba_array_undel(struct dba_array *array) in dba_array_undel() 144 dba_array_setpos(struct dba_array *array, int32_t ie, int32_t pos) in dba_array_setpos() [all …]
|
/netbsd-src/common/lib/libprop/ |
H A D | prop_array_util.c | 45 prop_array_get_bool(prop_array_t array, unsigned int indx, bool *valp) in prop_array_get_bool() 59 prop_array_set_bool(prop_array_t array, unsigned int indx, bool val) in prop_array_set_bool() 66 prop_array_add_bool(prop_array_t array, bool val) in prop_array_add_bool() 114 prop_array_add_signed_number(prop_array_t array, intmax_t val) in prop_array_add_signed_number() 120 prop_array_set_unsigned_number(prop_array_t array, unsigned int indx, in prop_array_set_unsigned_number() 128 prop_array_add_unsigned_number(prop_array_t array, uintmax_t val) in prop_array_add_unsigned_number() 199 prop_array_set_string(prop_array_t array, unsigned int indx, const char *cp) in prop_array_set_string() 206 prop_array_add_string(prop_array_t array, const char *cp) in prop_array_add_string() 212 prop_array_set_string_nocopy(prop_array_t array, unsigned int indx, in prop_array_set_string_nocopy() 220 prop_array_add_string_nocopy(prop_array_t array, const char *cp) in prop_array_add_string_nocopy() [all …]
|
/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
|
/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
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | array.c | 54 heim_array_t array = ptr; in array_dealloc() local 81 heim_array_t array; in heim_array_create() local 117 heim_array_append_value(heim_array_t array, heim_object_t object) in heim_array_append_value() 163 heim_array_prepend_value(heim_array_t array, heim_object_t object) in heim_array_prepend_value() 219 heim_array_insert_value(heim_array_t array, size_t idx, heim_object_t object) in heim_array_insert_value() 257 heim_array_iterate_f(heim_array_t array, void *ctx, heim_array_iterator_f_t fn) in heim_array_iterate_f() 298 heim_array_iterate_reverse_f(heim_array_t array, void *ctx, heim_array_iterator_f_t fn) in heim_array_iterate_reverse_f() 340 heim_array_get_length(heim_array_t array) in heim_array_get_length() 356 heim_array_get_value(heim_array_t array, size_t idx) in heim_array_get_value() 374 heim_array_copy_value(heim_array_t array, size_t idx) in heim_array_copy_value() [all …]
|
/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/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/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/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/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/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/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/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.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
|
/netbsd-src/external/bsd/ipf/dist/lib/ |
H A D | printipfexpr.c | 13 printipfexpr(array) in printipfexpr() argument 137 printsingle(array) in printsingle() argument 153 printport(array) in printport() argument 169 printhosts(array) in printhosts() argument 187 printhostsv6(array) in printhostsv6() argument
|