Home | History | Annotate | Download | only in namespace.udecl

Lines Matching full:operator

35     C &operator=(C&&); // expected-note {{candidate}}
38 D &operator=(D&&); // expected-note {{candidate}}
45 C &operator=(C&&); // expected-note {{candidate}}
48 D &operator=(D&&); // expected-note {{candidate}}
53 using A::operator=;
55 using B::operator=;
59 using A::operator=;
61 using B::operator=;
65 D &operator=(const D&); // expected-note {{candidate}}
74 // D does not declare D(), D(D&&), nor operator=(D&&), so the base class