Searched refs:incomplete_array (Results 1 – 11 of 11) sorted by relevance
39 typedef char incomplete_array[]; typedef45 test_array<incomplete_array>(); in main()
48 typedef char incomplete_array[]; typedef54 test_array<incomplete_array>(); in main()
9 int incomplete_array[]; variable
10 int incomplete_array[]; variable
43 void foo(int i, int incomplete_array[]) { int variable_array[i]; } in foo() argument
68 …typedef Types incomplete_array[]; // expected-error{{declaration type contains unexpanded paramete… typedef
268 namespace incomplete_array { namespace
11572 struct incomplete_array11648 struct incomplete_array *ia =11649 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
5416 struct incomplete_array5492 struct incomplete_array *ia =5493 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));