Home | History | Annotate | Download | only in drs

Lines Matching full:candidate

159   namespace X { typedef int T; typedef int U; } // expected-note {{candidate}}
160 namespace Y { typedef int T; typedef long U; } // expected-note {{candidate}}
241 template<typename T> void f(T, T); // expected-note {{candidate}}
242 template<typename T> void f(T, int); // expected-note {{candidate}}
271 B(); // expected-note {{candidate}}
272 B(const B &, B = B()); // expected-error {{no matching constructor}} expected-note {{candidate}} expected-note {{here}}
359 namespace X { struct S; void f(void (*)(S)); } // expected-note {{candidate}}
360 namespace Y { struct T; void f(void (*)(T)); } // expected-note {{candidate}}
738 int f(int n); // expected-note 2{{candidate}}
875 B(B&); // expected-note {{candidate}}