Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dc99-variable-length-array-cxx11.cpp25 NonPOD array5[N]; // expected-error{{variable length array of non-POD element type 'NonPOD'}} in vla() local
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dfibonacci.cpp24 int array5[Fibonacci<5>::value == 5? 1 : -1]; variable
/minix3/external/bsd/llvm/dist/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