Home
last modified time | relevance | path

Searched defs:array2 (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dvla-ext-diag.cpp28 …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 Dnon-empty-class-size-zero.cpp6 int array2[0]; member
H A Dc99-variable-length-array-cxx11.cpp22 …POD array2[N]; // expected-warning{{variable length arrays in C++ are a Clang extension}} expected… in vla() local
H A Dvla.cpp34 int array2[] = { 1, 2, 3 }; in test_null_array_size_expr() local
/llvm-project/clang/test/ParserOpenACC/
H A Dparse-sub-array.cpp41 T array2[2*I]; in TemplFunc() local
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp19 int array2[X2<>::value? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp37 int array2[sizeof(X3<int>)]; variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-declref-ice.cpp25 int array2[X0<int>::value == sizeof(int)? 1 : -1]; variable
H A Dtemp_class_order.cpp25 int array2[X1<int*, int*>::value == 2? 1 : -1]; variable
H A Dms-if-exists.cpp51 int array2[] = { in f() local
H A Dinstantiate-expr-5.cpp34 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 Dsfinae-1.cpp18 int array2[is_class<char[3]>::value? -1 : 1]; variable
/llvm-project/clang/test/Sema/
H A Dvector-ops.c21 int array2[17]; in test1() local
H A Dvector-init.c13 float4 array2[2] = { 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0, variable
H A Dext_vector_ops.c21 int array2[17]; in test1() local
H A Dself-comparison.c50 int array2[2]; in array_comparisons() local
/llvm-project/flang/test/Lower/
H A Darray-constructor-2.f90123 subroutine test5(a, array2) argument
126 real :: array2(2) local
/llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/
H A Dnolintnextline.cpp76 int array2[10]; variable
H A Dnolintbeginend.cpp139 int array2[10]; variable
/llvm-project/clang/test/Parser/
H A Dms-if-exists.c59 int array2[] = { in test_if_exists_init_list() local
H A Dms-if-exists.cpp60 int array2[] = { in test_if_exists_init_list() local
/llvm-project/clang/test/AST/Interp/
H A Dcxx98.cpp
/llvm-project/flang/test/Semantics/
H A Dreshape.f908 integer :: array2(2,3) = RESHAPE([(n, n=1,4)], [2,3], [99]) variable
H A Dselecttype03.f9019 class(t2),DIMENSION(:,:),allocatable::array2 variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp17 int array2[X<0, 0, int>::value == 2? 1 : -1]; variable

12