Home | History | Annotate | Download | only in SemaCXX

Lines Matching refs:mixed

191     void mixed();
192 static void mixed(int);
202 bind(&mixed); // expected-error {{no matching function for call}}
203 bind(&A::mixed); // expected-error {{no matching function for call}}
215 bindmem(&mixed); // expected-error {{no matching function for call}}
216 bindmem(&A::mixed);
228 bindfn(&mixed); // expected-error {{no matching function for call}}
229 bindfn(&A::mixed); // expected-error {{no matching function for call}}
241 void mixed();
242 static void mixed(int);
253 bind(&mixed);
254 bind(&B::mixed);
264 bind(&mixed); // expected-error {{no matching function for call}}
265 bind(&B::mixed); // expected-error {{no matching function for call}}