Home
last modified time | relevance | path

Searched refs:array4 (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Daarch64-sched-store.ll62 %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 Dc99-variable-length-array-cxx11.cpp24 …StillPOD2 array4[N][3]; // expected-warning{{variable length arrays are a C99 feature}} expected-n… in vla() local
H A Dc99-variable-length-array.cpp24 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 Dnolintnextline.cpp83 int array4[10]; variable
H A Dnolintbeginend.cpp148 int array4[10]; variable
H A Dnolint.cpp134 int array4[10]; // NOLINT(*-avoid-c-arrays) variable
/llvm-project-15.0.7/clang/test/Parser/
H A Dms-if-exists.c71 int array4[] = { in test_if_exists_init_list() local
H A Dms-if-exists.cpp72 int array4[] = { in test_if_exists_init_list() local
/llvm-project-15.0.7/flang/test/Semantics/
H A Dreshape.f9012 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 Dp5-0x.cpp74 int array4[ambig]; // expected-error {{ambiguous conversion}} variable
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp54 int array4[X0<float>::Inner0<int*>::value == 3? 1 : -1]; variable
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddefault-arguments.cpp112 int array4[is_same<X4<add_pointer>, variable
H A Ddeduction.cpp84 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 Darc-foreach.m189 NSArray *array4;
194 return array4;
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Dliterals.mm104 id array4 = @[ x.x ];