/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | vector-ops.c | 21 int array2[17]; in test1() local
|
H A D | vector-init.c | 13 float4 array2[2] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, variable
|
H A D | self-comparison.c | 50 int array2[2]; in array_comparisons() local
|
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/ |
H A D | non-empty-class-size-zero.cpp | 7 int array2[0]; member
|
H A D | c99-variable-length-array-cxx11.cpp | 22 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
H A D | c99-variable-length-array.cpp | 18 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 D | p9.cpp | 19 int array2[X2<>::value? 1 : -1]; variable
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p4.cpp | 37 int array2[sizeof(X3<int>)]; variable
|
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/ |
H A D | instantiate-declref-ice.cpp | 25 int array2[X0<int>::value == sizeof(int)? 1 : -1]; variable
|
H A D | temp_class_order.cpp | 25 int array2[X1<int*, int*>::value == 2? 1 : -1]; variable
|
H A D | ms-if-exists.cpp | 51 int array2[] = { in f() local
|
H A D | instantiate-expr-5.cpp | 34 int array2[__builtin_offsetof(AnonymousUnion<int>, f) == 0? 1 : -1]; in test_anon_union() local
|
H A D | ext-vector-type.cpp | 92 int array2[X0<float2>::value == 2? 1 : -1]; variable
|
H A D | instantiate-c99.cpp | 51 int array2[10] = { [5] = 3 }; in f() local
|
H A D | default-arguments.cpp | 93 int array2[is_same<__typeof(x2_deep_nontype), variable
|
H A D | deduction.cpp | 81 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 D | sfinae-1.cpp | 18 int array2[is_class<char[3]>::value? -1 : 1]; variable
|
/minix3/external/bsd/llvm/dist/clang/test/Parser/ |
H A D | ms-if-exists.c | 59 int array2[] = { in test_if_exists_init_list() local
|
H A D | ms-if-exists.cpp | 60 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 D | p2.cpp | 17 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 D | p6.cpp | 22 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 D | p5-0x.cpp | 74 int array2[incomplete]; // expected-error {{non-integer type}} variable
|
/minix3/external/bsd/bind/dist/bin/tests/dst/ |
H A D | dst_test.c | 166 unsigned char array1[1024], array2[1024]; in dh() local
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | misc-ps.c | 121 int array2[] = { 1, 2, 3, 0 }; in rdar10686586() local
|
/minix3/common/lib/libprop/ |
H A D | prop_array.c | 208 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()
|