Searched refs:incomplete_array (Results 1 – 9 of 9) sorted by relevance
40 typedef char incomplete_array[]; typedef48 test_array<incomplete_array>(); in main()
48 typedef char incomplete_array[]; typedef55 test_array<incomplete_array>(); in main()
9 int incomplete_array[]; variable
10 int incomplete_array[]; variable
44 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
266 namespace incomplete_array { namespace