/llvm-project/clang/test/SemaCXX/ |
H A D | vla-ext-diag.cpp | 28 …int array2[n != 12 ? -1 : 1]; // cxx11-warning {{variable length arrays in C++ are a Clang extensi… in old_style_static_assert() local
|
H A D | non-empty-class-size-zero.cpp | 6 int array2[0]; member
|
H A D | c99-variable-length-array-cxx11.cpp | 22 …POD array2[N]; // expected-warning{{variable length arrays in C++ are a Clang extension}} expected… in vla() local
|
H A D | vla.cpp | 34 int array2[] = { 1, 2, 3 }; in test_null_array_size_expr() local
|
/llvm-project/clang/test/ParserOpenACC/ |
H A D | parse-sub-array.cpp | 41 T array2[2*I]; in TemplFunc() local
|
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
H A D | p9.cpp | 19 int array2[X2<>::value? 1 : -1]; variable
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/ |
H A D | p4.cpp | 37 int array2[sizeof(X3<int>)]; variable
|
/llvm-project/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
|
/llvm-project/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
|
/llvm-project/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 | ext_vector_ops.c | 21 int array2[17]; in test1() local
|
H A D | self-comparison.c | 50 int array2[2]; in array_comparisons() local
|
/llvm-project/flang/test/Lower/ |
H A D | array-constructor-2.f90 | 123 subroutine test5(a, array2) argument 126 real :: array2(2) local
|
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/ |
H A D | nolintnextline.cpp | 76 int array2[10]; variable
|
H A D | nolintbeginend.cpp | 139 int array2[10]; variable
|
/llvm-project/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
|
/llvm-project/clang/test/AST/Interp/ |
H A D | cxx98.cpp |
|
/llvm-project/flang/test/Semantics/ |
H A D | reshape.f90 | 8 integer :: array2(2,3) = RESHAPE([(n, n=1,4)], [2,3], [99]) variable
|
H A D | selecttype03.f90 | 19 class(t2),DIMENSION(:,:),allocatable::array2 variable
|
/llvm-project/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
|