Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/clang/test/Sema/
H A Dext_vector_ops.c21 int array2[17]; in test1() local
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 Dself-comparison.c50 int array2[2]; in array_comparisons() local
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dnon-empty-class-size-zero.cpp7 int array2[0]; member
H A Dc99-variable-length-array-cxx11.cpp22 …POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} expected-note {{par… in vla() local
H A Dc99-variable-length-array.cpp22 POD array2[N]; // expected-warning{{variable length arrays are a C99 feature}} in vla() local
43 int array2[T::value]; // expected-warning{{variable length arrays are a C99 feature}} in vla_in_template() local
/llvm-project-15.0.7/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp19 int array2[X2<>::value? 1 : -1]; variable
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp37 int array2[sizeof(X3<int>)]; variable
/llvm-project-15.0.7/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
H A Dinstantiate-c99.cpp62 int array2[10] = { [5] = 3 }; in f() local
/llvm-project-15.0.7/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-15.0.7/flang/test/Lower/
H A Darray-constructor-2.f90123 subroutine test5(a, array2) argument
126 real :: array2(2) local
/llvm-project-15.0.7/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-15.0.7/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-15.0.7/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-15.0.7/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
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stackdepot_test.cpp80 uptr array2[] = {1, 2, 3, 4, 8, 9}; in TEST_F() local
90 uptr array2[] = {0x1111, 0x2222, 0x3333, 0x4444, 0x8888, 0x9999}; in TEST_F() local
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp22 int array2[X0<int>::Inner0<const int*>::value == 2? 1 : -1]; variable

12