Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:Ambiguous

22   struct Ambiguous {
23 Ambiguous();
24 Ambiguous(const Ambiguous &, int = 0); // expected-note {{candidate}}
25 Ambiguous(const Ambiguous &, double = 0); // expected-note {{candidate}}
33 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}}