Lines Matching refs:Static
215 class Static {}; class
220 static void foo(Static);
236 a.foo(Static()); in test()
240 a.foo(Static()); in test()
244 a.foo(Static()); in test()
248 a.foo(Static()); in test()
253 class Static {}; class
258 static void foo(Static);
274 void (*sx)(Static) = &A::foo; in test()
278 void (*sx)(Static) = &A::foo; in test()
282 void (*sx)(Static) = &A::foo; in test()
286 void (*sx)(Static) = &A::foo; in test()
291 class Static {}; class
296 static void foo(Static);
310 void calls(void (*)(Static));