Searched refs:incomplete_array (Results 1 – 9 of 9) sorted by relevance
9 int incomplete_array[]; variable
10 int incomplete_array[]; variable
35 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
4220 struct incomplete_array4296 struct incomplete_array *ia =4297 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
11759 struct incomplete_array11835 struct incomplete_array *ia =11836 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));