Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/test/Lexer/
H A Dutf8-char-literal.cpp6 int array1['\xF1' != u'\xf1'? 1 : -1]; variable
7 int array1['ñ' != u'\xf1'? 1 : -1]; // expected-error {{character too large for enclosing characte… variable
/minix3/external/bsd/llvm/dist/clang/test/PCH/Inputs/
H A Darc.h24 typedef int array1[sizeof((BRIDGE CFTypeRef)CreateSomething())]; typedef
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dvector-ops.c20 …int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsign… in test1() local
H A Dself-comparison.c49 int array1[2]; in array_comparisons() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp21 int array1[X0<int>::Inner0<int*>::value == 1? 1 : -1]; variable
75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1]; variable
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dnon-empty-class-size-zero.cpp6 int array1[0]; member
H A Dc99-variable-length-array-cxx11.cpp21 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
H A Dc99-variable-length-array.cpp17 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
26 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla_in_template() local
H A Doffsetof.cpp29 int array1[__builtin_offsetof(HasArray, array[i])]; in test_ice() local
/minix3/external/bsd/llvm/dist/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp14 int array1[X1<>::value? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp21 int array1[sizeof(X2<float>)]; // expected-note{{instantiation of}} variable
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dinstantiate-declref-ice.cpp21 int array1[X0<int>::value == sizeof(int)? 1 : -1]; variable
H A Dinstantiate-enum.cpp11 int array1[adder<long, 3, 4>::value == 7? 1 : -1]; variable
H A Dtemp_class_order.cpp24 int array1[X1<int*, float*>::value == 1? 1 : -1]; variable
H A Dinstantiate-expr-5.cpp33 int array1[__builtin_offsetof(AnonymousUnion<T>, f) == 0? 1 : -1]; in test_anon_union() local
H A Dinstantiate-static-var.cpp8 int array1[X<int, 2>::value == 5? 1 : -1]; variable
H A Dext-vector-type.cpp91 int array1[X0<int4>::value == 1? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp17 int array1[is_class<int>::value? -1 : 1]; variable
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A Dms-if-exists.c53 int array1[] = { in test_if_exists_init_list() local
H A Dms-if-exists.cpp54 int array1[] = { 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.cpp16 int array1[X<0, 1, int>::value == 1? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp73 int array1[ok]; 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/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp3.cpp30 const int array1[] = { 1, 2, 3}; in test_g0() local
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dmisc-ps.c120 int array1[] = { 1, 2, 3, 0 }; in rdar10686586() local

12