Lines Matching refs:mixed
202 void mixed();
203 static void mixed(int);
213 bind(&mixed); // expected-error {{no matching function for call}} in test()
214 bind(&A::mixed); // expected-error {{no matching function for call}} in test()
226 bindmem(&mixed); // expected-error {{no matching function for call}} in test()
227 bindmem(&A::mixed); in test()
239 bindfn(&mixed); // expected-error {{no matching function for call}} in test()
240 bindfn(&A::mixed); // expected-error {{no matching function for call}} in test()
252 void mixed();
253 static void mixed(int);
264 bind(&mixed); in test0a()
265 bind(&B::mixed); in test0a()
275 bind(&mixed); // expected-error {{no matching function for call}} in test0b()
276 bind(&B::mixed); // expected-error {{no matching function for call}} in test0b()