| /llvm-project-15.0.7/llvm/test/CodeGen/AArch64/ |
| H A D | aarch64-sched-store.ll | 62 %array4 = getelementptr inbounds double, double* %array, i64 %index4 63 %array4.cast = bitcast double* %array4 to <2 x double>* 64 store <2 x double> <double 2.000000e+00, double 2.000000e+00>, <2 x double>* %array4.cast, align 8 65 %array6 = getelementptr inbounds double, double* %array4, i64 2
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | c99-variable-length-array-cxx11.cpp | 24 …StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} expected-n… in vla() local
|
| H A D | c99-variable-length-array.cpp | 24 NonPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/infrastructure/ |
| H A D | nolintnextline.cpp | 83 int array4[10]; variable
|
| H A D | nolintbeginend.cpp | 148 int array4[10]; variable
|
| H A D | nolint.cpp | 134 int array4[10]; // NOLINT(*-avoid-c-arrays) variable
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | ms-if-exists.c | 71 int array4[] = { in test_if_exists_init_list() local
|
| H A D | ms-if-exists.cpp | 72 int array4[] = { in test_if_exists_init_list() local
|
| /llvm-project-15.0.7/flang/test/Semantics/ |
| H A D | reshape.f90 | 12 integer :: array4(2,3) = RESHAPE([(n, n=1,5)], [2,3]) variable
|
| /llvm-project-15.0.7/clang/test/CXX/expr/expr.const/ |
| H A D | p5-0x.cpp | 74 int array4[ambig]; // expected-error {{ambiguous conversion}} variable
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p6.cpp | 54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | default-arguments.cpp | 112 int array4[is_same<X4<add_pointer>, variable
|
| H A D | deduction.cpp | 84 int array4[is_same<Replace<vector<int, _2>, double, float>::type, vector<int, float> >::value? 1 : … variable
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | arc-foreach.m | 189 NSArray *array4; 194 return array4;
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | literals.mm | 104 id array4 = @[ x.x ];
|