Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 212) sorted by relevance

123456789

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dwarn-char-subscripts.c4 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
H A Dinvalid-cast.cpp6 T array; member
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp42 P array[] = in test() local
71 P array[] = in test() local
111 P array[] = in test() local
140 P array[] = in test() local
169 P array[] = in test() local
198 P array[] = in test() local
227 P array[] = in test() local
256 P array[] = in test() local
298 std::unique_ptr<int> array[size]; in test1() local
/minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp43 P array[] = in test() local
72 P array[] = in test() local
112 P array[] = in test() local
141 P array[] = in test() local
170 P array[] = in test() local
199 P array[] = in test() local
228 P array[] = in test() local
257 P array[] = in test() local
299 std::unique_ptr<int> array[size]; in test1() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dstatic-array-member.cpp4 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 Dwarn-char-subscripts.cpp5 int array[1] = { 0 }; in t1() local
12 int array[1] = { 0 }; in t2() local
H A Ddependent-noexcept-unevaluated.cpp22 struct array struct
26 void swap(array& a) noexcept(noexcept(::swap(declval<T&>(), declval<T&>()))); argument
H A Dparentheses.cpp5 bool test(Foo f, int *array) in test()
/minix3/crypto/external/bsd/heimdal/dist/base/
H A Darray.c52 heim_array_t array = ptr; in array_dealloc() local
78 heim_array_t array; in heim_array_create() local
112 heim_array_append_value(heim_array_t array, heim_object_t object) in heim_array_append_value()
134 heim_array_iterate_f(heim_array_t array, heim_array_iterator_f_t fn, void *ctx) in heim_array_iterate_f()
167 heim_array_get_length(heim_array_t array) in heim_array_get_length()
183 heim_array_copy_value(heim_array_t array, size_t idx) in heim_array_copy_value()
198 heim_array_delete_value(heim_array_t array, size_t idx) in heim_array_delete_value()
/minix3/external/bsd/dhcp/dist/omapip/
H A Darray.c39 isc_result_t omapi_array_allocate (omapi_array_t **array, in omapi_array_allocate()
57 isc_result_t omapi_array_free (omapi_array_t **array, in omapi_array_free()
78 isc_result_t omapi_array_extend (omapi_array_t *array, char *ptr, in omapi_array_extend()
91 isc_result_t omapi_array_set (omapi_array_t *array, void *ptr, int index, in omapi_array_set()
150 isc_result_t omapi_array_lookup (char **ptr, omapi_array_t *array, int index, in omapi_array_lookup()
/minix3/external/bsd/atf/dist/atf-c++/
H A Dbuild_test.cpp84 equal_argvs(const atf::process::argv_array& aa, const char* const* array) in equal_argvs()
104 check_equal_argvs(const atf::process::argv_array& aa, const char* const* array) in check_equal_argvs()
125 const char* const array[] = { NULL }; in ATF_TEST_CASE_BODY() local
132 const char* const array[] = { NULL }; in ATF_TEST_CASE_BODY() local
139 const char* const array[] = { "foo", NULL }; in ATF_TEST_CASE_BODY() local
146 const char* const array[] = { "foo", NULL }; in ATF_TEST_CASE_BODY() local
/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/
H A Dbuild_test.cpp84 equal_argvs(const atf::process::argv_array& aa, const char* const* array) in equal_argvs()
104 check_equal_argvs(const atf::process::argv_array& aa, const char* const* array) in check_equal_argvs()
125 const char* const array[] = { NULL }; in ATF_TEST_CASE_BODY() local
132 const char* const array[] = { NULL }; in ATF_TEST_CASE_BODY() local
139 const char* const array[] = { "foo", NULL }; in ATF_TEST_CASE_BODY() local
146 const char* const array[] = { "foo", NULL }; in ATF_TEST_CASE_BODY() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-array-cookies.cpp11 ClassWithoutDtor *array = new ClassWithoutDtor[42]; in check_array_no_cookies() local
26 ClassWithDtor *array = new ClassWithDtor[42]; in check_array_cookies_simple() local
48 ClassWithAlignment *array = new ClassWithAlignment[42]; in check_array_cookies_aligned() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjCXX/
H A Dcatch-id-type.mm5 + (id) array; class
9 + (id) array { return 0; } class
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp20 int array[5]; in k3() local
28 int array[5]; in k4() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.expl.spec/
H A Dp15.cpp28 static unsigned array[17]; member
32 template<> unsigned X<1>::Inner::array[]; // okay member in rdar9422013::X<1>::Inner
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2007-11-29-ArraySizeFromInitializer.c3 int array[] = {1, 2, 3, 4, 5}; variable
H A D2003-07-22-ArrayAccessTypeSafety.c4 void test(int* array, long long N) { in test()
H A Dglobalinit.c49 static int array[]; variable
50 static int array[4]; variable
H A Ddebug-info-block-out-return.c21 typedef struct { int array[12]; } BigStruct_t; member
H A D2004-03-09-LargeArrayInitializers.c9 const int array[] = { in test() local
/minix3/common/lib/libprop/
H A Dprop_array_util.c45 prop_array_get_bool(prop_array_t array, in prop_array_get_bool()
61 prop_array_set_bool(prop_array_t array, in prop_array_set_bool()
/minix3/tests/usr.bin/xlint/lint1/
H A Dd_gcc_variable_array_init.c4 int array[i]; in foo() local
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp46 typedef char array[3]; typedef
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
H A Darray.pass.cpp46 typedef char array[3]; typedef

123456789