/minix3/external/bsd/llvm/dist/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
|
H A D | invalid-cast.cpp | 6 T array; member
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
H A D | stable_partition.pass.cpp | 42 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 D | stable_partition.pass.cpp | 43 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 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 | warn-char-subscripts.cpp | 5 int array[1] = { 0 }; in t1() local 12 int array[1] = { 0 }; in t2() local
|
H A D | dependent-noexcept-unevaluated.cpp | 22 struct array struct 26 void swap(array& a) noexcept(noexcept(::swap(declval<T&>(), declval<T&>()))); argument
|
H A D | parentheses.cpp | 5 bool test(Foo f, int *array) in test()
|
/minix3/crypto/external/bsd/heimdal/dist/base/ |
H A D | array.c | 52 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 D | array.c | 39 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 D | build_test.cpp | 84 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 D | build_test.cpp | 84 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 D | microsoft-abi-array-cookies.cpp | 11 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 D | catch-id-type.mm | 5 + (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 D | p17.cpp | 20 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 D | p15.cpp | 28 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 D | 2007-11-29-ArraySizeFromInitializer.c | 3 int array[] = {1, 2, 3, 4, 5}; variable
|
H A D | 2003-07-22-ArrayAccessTypeSafety.c | 4 void test(int* array, long long N) { in test()
|
H A D | globalinit.c | 49 static int array[]; variable 50 static int array[4]; variable
|
H A D | debug-info-block-out-return.c | 21 typedef struct { int array[12]; } BigStruct_t; member
|
H A D | 2004-03-09-LargeArrayInitializers.c | 9 const int array[] = { in test() local
|
/minix3/common/lib/libprop/ |
H A D | prop_array_util.c | 45 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 D | d_gcc_variable_array_init.c | 4 int array[i]; in foo() local
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
H A D | array.pass.cpp | 46 typedef char array[3]; typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/ |
H A D | array.pass.cpp | 46 typedef char array[3]; typedef
|