Lines Matching full:multiple
38 …d.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':… in test_lookup()
40 d.c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup()
41 d.d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup()
42 …d.f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type '… in test_lookup()
50 D::E3 e3; // expected-error{{multiple base classes}} in test_lookup()
54 a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}} in test_lookup()
56 c; // expected-error{{member 'c' found in multiple base classes of different types}} in test_lookup()
57 d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_lookup()
58 …f(0); // expected-error{{non-static member 'f' found in multiple base-class subobjects of type 'A'… in test_lookup()
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup()
97 d2.d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_virtual_lookup()
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup()
108 …g.a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':… in test_virtual_lookup()
116 d; // expected-error{{member 'd' found in multiple base classes of different types}} in test_virtual_lookup()
125 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup()
129 a; // expected-error{{non-static member 'a' found in multiple base-class subobjects of type 'A':}} in test_virtual_lookup()
147 type t; // expected-error{{member 'type' found in multiple base classes of different types}}