Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:matching

225   derived4(a); // expected-error{{no matching function for call to 'derived4}}
242 derived5(a); // expected-error{{no matching function for call to 'derived5}}
331 foo(4, "hello"); //expected-error {{no matching function for call to 'foo'}}
332 bar(); //expected-error {{no matching function for call to 'bar'}}
333 baz(3, 4, 5); // expected-error {{no matching function for call to 'baz'}}
363 foo(P); // expected-error {{no matching function for call to 'foo'}}
364 foo(*P); // expected-error {{no matching function for call to 'foo'}}
389 foo(a); // expected-error {{no matching function for call}}
421 f1(x0); // expected-error{{no matching function for call}}
423 f1(x1); // expected-error{{no matching function for call}}
573 void g() { fun((const int(*)[10])0); } // expected-error{{no matching function for call to 'fun'}}
591 callable(); // expected-error{{no matching function for call}}