Home
last modified time | relevance | path

Searched defs:ary (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dincomplete-decl.c21 int ary[]; // c-warning {{tentative array definition assumed to have one element}} \ variable
27 …int ary[]; // expected-error {{definition of variable with array type needs an explicit size or an… in func() local
H A Darray-init.c9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx20-module-decomp-1.cpp6 int ary[2]; variable
/llvm-project/clang/test/Parser/
H A Dbuiltin_classify_type.c11 static int ary[__builtin_classify_type(a)]; in main() local
H A Dtypeof.c13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
/llvm-project/clang/test/CXX/expr/expr.const/
H A Dp5-0x.cpp18 int ary[a]; // expected-error {{ambiguous conversion from type 'const A' to an integral or unscoped… variable