Home
last modified time | relevance | path

Searched defs:array3 (Results 1 – 20 of 20) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dvla-ext-diag.cpp31 …int array3[n != 12 ? 1 : n]; // expected-warning {{variable length arrays in C++ are a Clang exte… in old_style_static_assert() local
H A Dc99-variable-length-array-cxx11.cpp23 …StillPOD array3[N]; // expected-warning{{variable length arrays in C++ are a Clang extension}} exp… in vla() local
H A Dc99-variable-length-array.cpp23 NonPOD array3[N]; // expected-warning{{variable length arrays in C++ are a Clang extension}} vla() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp38 int array3[sizeof(X3<float>)]; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-declref-ice.cpp35 int array3[X1<int>::value == sizeof(int)? 1 : -1]; variable
H A Dtemp_class_order.cpp27 int array3[X1<const int*, CIP>::value == 3? 1 : -1]; variable
H A Dext-vector-type.cpp93 int array3[X0<float4>::value == 3? 1 : -1]; variable
H A Dmatrix-type.cpp187 int array3[X0<float4>::value == 3 ? 1 : -1]; variable
H A Ddefault-arguments.cpp101 int array3[is_same<X3<>, X3<X2> >::value? 1 : -1]; variable
H A Ddeduction.cpp95 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1]; variable
/llvm-project/clang/test/Sema/
H A Dvector-init.c16 float4 array3[2] = { {1.0, 2.0, 3.0}, 5.0, 6.0, 7.0, 8.0, variable
H A Ddesignated-initializers.c52 struct point array3[10] = { variable
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintnextline.cpp80 int array3[10]; variable
H A Dnolintbeginend.cpp144 int array3[10]; variable
H A Dnolint.cpp133 int array3[10]; // NOLINT(cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays) variable
/llvm-project/clang/test/Parser/
H A Dms-if-exists.c65 int array3[] = { in test_if_exists_init_list() local
H A Dms-if-exists.cpp66 int array3[] = { in test_if_exists_init_list() local
/llvm-project/flang/test/Semantics/
H A Dreshape.f9010 integer :: array3(2,3) = RESHAPE([(n, n=1,4)], [2,3], [99], [2, 1]) variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp53 int array3[X0<float>::Inner0<int>::value == 0? 1 : -1]; variable
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp73 int array3[expl]; // expected-error {{explicit conversion}} variable