Lines Matching refs:stat
205 static void stat();
206 static void stat(int);
216 bind(&stat); // expected-error {{no matching function for call}} in test()
217 bind(&A::stat); // expected-error {{no matching function for call}} in test()
229 bindmem(&stat); // expected-error {{no matching function for call}} in test()
230 bindmem(&A::stat); // expected-error {{no matching function for call}} in test()
242 bindfn(&stat); in test()
243 bindfn(&A::stat); in test()
255 static void stat();
256 static void stat(int);
267 bind(&stat); in test0a()
268 bind(&B::stat); in test0a()
278 bind(&stat); // expected-error {{no matching function for call}} in test0b()
279 bind(&B::stat); // expected-error {{no matching function for call}} in test0b()