Searched refs:incomplete_array (Results 1 – 15 of 15) 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
4442 struct incomplete_array4518 struct incomplete_array *ia =4519 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));
7583 struct incomplete_array7659 struct incomplete_array *ia =7660 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));8341 struct incomplete_array8417 struct incomplete_array *ia =8418 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));
11761 struct incomplete_array11837 struct incomplete_array *ia =11838 malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10));