Home
last modified time | relevance | path

Searched defs:array5 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dvla-ext-diag.cpp37 …int array5[n ? 1 : 0]; // expected-warning {{variable length arrays in C++ are a Clang exte… in old_style_static_assert() local
H A Dc99-variable-length-array-cxx11.cpp25 NonPOD array5[N]; // expected-error{{no matching constructor for initialization of 'NonPOD[N]'}} in vla() local
/llvm-project/flang/test/Semantics/
H A Dreshape.f9014 integer :: array5(2,3) = RESHAPE([(n, n=1,6)], [2.2,3.3]) variable
/llvm-project/clang/test/SemaTemplate/
H A Dfibonacci.cpp24 int array5[Fibonacci<5>::value == 5? 1 : -1]; variable
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp6.cpp55 int array5[X0<float>::Inner0<const int*>::value == 2? 1 : -1]; variable