Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Ambiguous

248   struct Ambiguous {
249 Ambiguous();
250 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
251 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
259 const Ambiguous &c = Ambiguous(); // expected-warning {{copying variable of type 'CopyCtorIssues::Ambiguous' when binding a reference to a temporary would find ambiguous constructors in C++98}}