Searched refs:incomplete_array (Results 1 – 14 of 14) sorted by relevance
39 typedef char incomplete_array[]; typedef47 test_array<incomplete_array>(); in main()
49 typedef char incomplete_array[]; typedef56 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
3267 struct incomplete_array3343 struct incomplete_array *ia =3344 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
3449 struct incomplete_array3525 struct incomplete_array *ia =3526 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
11449 struct incomplete_array11525 struct incomplete_array *ia =11526 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
4460 struct incomplete_array4536 struct incomplete_array *ia =4537 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
7815 struct incomplete_array7891 struct incomplete_array *ia =7892 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));