Searched defs:ary (Results 1 – 6 of 6) sorted by relevance
21 int ary[]; // c-warning {{tentative array definition assumed to have one element}} \ variable27 …int ary[]; // expected-error {{definition of variable with array type needs an explicit size or an… in func() local
9 static int ary[] = { x, y, z }; // expected-error{{initializer element is not a compile-time consta… variable
6 int ary[2]; variable
11 static int ary[__builtin_classify_type(a)]; in main() local
13 …void ary[7] fff; // expected-error{{array has incomplete element type 'void'}} expected-error{{exp… in test() local
18 int ary[a]; // expected-error {{ambiguous conversion from type 'const A' to an integral or unscoped… variable