Home
last modified time | relevance | path

Searched defs:array2 (Results 1 – 25 of 32) sorted by relevance

12

/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dvector-ops.c21 int array2[17]; in test1() local
H A Dvector-init.c13 float4 array2[2] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, variable
H A Dself-comparison.c50 int array2[2]; in array_comparisons() local
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dnon-empty-class-size-zero.cpp7 int array2[0]; member
H A Dc99-variable-length-array-cxx11.cpp22 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
H A Dc99-variable-length-array.cpp18 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
39 int array2[T::value]; // expected-warning{{variable length arrays are a C99 feature}} in vla_in_template() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp19 int array2[X2<>::value? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp37 int array2[sizeof(X3<int>)]; variable
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-declref-ice.cpp25 int array2[X0<int>::value == sizeof(int)? 1 : -1]; variable
H A Dtemp_class_order.cpp25 int array2[X1<int*, int*>::value == 2? 1 : -1]; variable
H A Dms-if-exists.cpp51 int array2[] = { in f() local
H A Dinstantiate-expr-5.cpp34 int array2[__builtin_offsetof(AnonymousUnion<int>, f) == 0? 1 : -1]; in test_anon_union() local
H A Dext-vector-type.cpp92 int array2[X0<float2>::value == 2? 1 : -1]; variable
H A Dinstantiate-c99.cpp51 int array2[10] = { [5] = 3 }; in f() local
H A Ddefault-arguments.cpp93 int array2[is_same<__typeof(x2_deep_nontype), variable
H A Ddeduction.cpp81 int array2[is_same<Replace<vector<_1>, int, float>::type, vector<int> >::value? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp18 int array2[is_class<char[3]>::value? -1 : 1]; variable
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dms-if-exists.c59 int array2[] = { in test_if_exists_init_list() local
H A Dms-if-exists.cpp60 int array2[] = { in test_if_exists_init_list() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp17 int array2[X<0, 0, int>::value == 2? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp22 int array2[X0<int>::Inner0<const int*>::value == 2? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp74 int array2[incomplete]; // expected-error {{non-integer type}} variable
/minix3/external/bsd/bind/dist/bin/tests/dst/
H A Ddst_test.c166 unsigned char array1[1024], array2[1024]; in dh() local
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmisc-ps.c121 int array2[] = { 1, 2, 3, 0 }; in rdar10686586() local
/minix3/common/lib/libprop/
H A Dprop_array.c208 prop_array_t array2 = v2; in _prop_array_equals() local
728 prop_array_equals(prop_array_t array1, prop_array_t array2) in prop_array_equals()

12