| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | c99-variable-length-array-cxx11.cpp | 23 …StillPOD array3[N]; // expected-warning{{variable length arrays are a C99 feature}} expected-note … in vla() local
|
| H A D | c99-variable-length-array.cpp | 23 NonPOD array3[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/ |
| H A D | p4.cpp | 38 int array3[sizeof(X3<float>)]; variable
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | instantiate-declref-ice.cpp | 35 int array3[X1<int>::value == sizeof(int)? 1 : -1]; variable
|
| H A D | temp_class_order.cpp | 27 int array3[X1<const int*, CIP>::value == 3? 1 : -1]; variable
|
| H A D | ext-vector-type.cpp | 93 int array3[X0<float4>::value == 3? 1 : -1]; variable
|
| H A D | matrix-type.cpp | 187 int array3[X0<float4>::value == 3 ? 1 : -1]; variable
|
| H A D | default-arguments.cpp | 101 int array3[is_same<X3<>, X3<X2> >::value? 1 : -1]; variable
|
| H A D | deduction.cpp | 83 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | vector-init.c | 16 float4 array3[2] = { {1.0, 2.0, 3.0}, 5.0, 6.0, 7.0, 8.0, variable
|
| H A D | designated-initializers.c | 52 struct point array3[10] = { variable
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/ |
| H A D | nolintnextline.cpp | 80 int array3[10]; variable
|
| H A D | nolintbeginend.cpp | 144 int array3[10]; variable
|
| H A D | nolint.cpp | 133 int array3[10]; // NOLINT(cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays) variable
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | ms-if-exists.c | 65 int array3[] = { in test_if_exists_init_list() local
|
| H A D | ms-if-exists.cpp | 66 int array3[] = { in test_if_exists_init_list() local
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | reshape.f90 | 10 integer :: array3(2,3) = RESHAPE([(n, n=1,4)], [2,3], [99], [2, 1]) variable
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.const/ |
| H A D | p5-0x.cpp | 73 int array3[expl]; // expected-error {{explicit conversion}} variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p6.cpp | 53 int array3[X0<float>::Inner0<int>::value == 0? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | literals.mm | 98 id array3 = @[
|
| /llvm-project-15.0.7/llvm/test/Transforms/SeparateConstOffsetFromGEP/RISCV/ |
| H A D | split-gep.ll | 228 define i32 @test8(i32* %array, i32* %array2, i32* %array3, i32 %i) { 255 %gep8 = getelementptr inbounds i32, i32* %array3, i64 %sext7
|