Lines Matching refs:Static
209 class Static {}; class
214 static void foo(Static);
230 a.foo(Static()); in test()
234 a.foo(Static()); in test()
238 a.foo(Static()); in test()
242 a.foo(Static()); in test()
247 class Static {}; class
252 static void foo(Static);
268 void (*sx)(Static) = &A::foo; in test()
272 void (*sx)(Static) = &A::foo; in test()
276 void (*sx)(Static) = &A::foo; in test()
280 void (*sx)(Static) = &A::foo; in test()
285 class Static {}; class
290 static void foo(Static);
304 void calls(void (*)(Static));