Lines Matching full:incomplete
338 struct B { A a; }; // expected-error {{incomplete}}339 template<typename> struct C { A a; }; // expected-error {{incomplete}}340 A *p = new A[0]; // expected-error {{incomplete}}427 // whether an incomplete type is abstract. See DR1640, which will probably