| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | utf8-char-literal.cpp | 10 int array1['\xF1' != u'\xf1'? 1 : -1]; variable 11 int array1['ñ' != u'\xf1'? 1 : -1]; // expected-error {{character too large for enclosing characte… variable
|
| /llvm-project-15.0.7/clang/test/PCH/Inputs/ |
| H A D | arc.h | 24 typedef int array1[sizeof((BRIDGE CFTypeRef)CreateSomething())]; typedef
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | ext_vector_ops.c | 20 …int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsign… in test1() local
|
| H A D | vector-ops.c | 20 …int array1[v2ua]; // expected-error{{size of array has non-integer type 'v2u' (vector of 2 'unsign… in test1() local
|
| H A D | self-comparison.c | 49 int array1[2]; in array_comparisons() local
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | non-empty-class-size-zero.cpp | 6 int array1[0]; member
|
| H A D | c99-variable-length-array-cxx11.cpp | 21 …int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} expected-note {{par… in vla() local
|
| H A D | c99-variable-length-array.cpp | 21 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local 30 int array1[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla_in_template() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p6.cpp | 21 int array1[X0<int>::Inner0<int*>::value == 1? 1 : -1]; variable 75 int array1[Outer<int>::Inner<int, float>::value? -1 : 1]; variable
|
| /llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
| H A D | p9.cpp | 14 int array1[X1<>::value? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/ |
| H A D | p4.cpp | 21 int array1[sizeof(X2<float>)]; // expected-note{{instantiation of}} variable
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-declref-ice.cpp | 21 int array1[X0<int>::value == sizeof(int)? 1 : -1]; variable
|
| H A D | temp_class_order.cpp | 24 int array1[X1<int*, float*>::value == 1? 1 : -1]; variable
|
| H A D | instantiate-enum.cpp | 11 int array1[adder<long, 3, 4>::value == 7? 1 : -1]; variable
|
| H A D | instantiate-expr-5.cpp | 33 int array1[__builtin_offsetof(AnonymousUnion<T>, f) == 0? 1 : -1]; in test_anon_union() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.fct.spec/temp.deduct/ |
| H A D | sfinae-1.cpp | 17 int array1[is_class<int>::value? -1 : 1]; variable
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | reshape.f90 | 6 integer, parameter :: array1(2,3) = RESHAPE([(n, n=1,6)], [2,3]) variable
|
| H A D | selecttype03.f90 | 18 class(t1),DIMENSION(:,:),allocatable::array1 variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/ |
| H A D | nolintnextline.cpp | 72 int array1[10]; variable
|
| H A D | nolintbeginend.cpp | 135 int array1[10]; variable
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | ms-if-exists.c | 53 int array1[] = { in test_if_exists_init_list() local
|
| H A D | ms-if-exists.cpp | 54 int array1[] = { in test_if_exists_init_list() local
|
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | Reduction.cpp | 152 auto array1{MakeArray<TypeCategory::Real, 8>(shape1, rawData)}; in TEST() local 375 auto array1{MakeArray<TypeCategory::Logical, 4>( in TEST() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/ |
| H A D | p2.cpp | 16 int array1[X<0, 1, int>::value == 1? 1 : -1]; variable
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_stackdepot_test.cpp | 77 uptr array1[] = {1, 2, 3, 4, 7}; in TEST_F() local 87 uptr array1[] = {0x111, 0x222, 0x333, 0x444, 0x777}; in TEST_F() local
|