Searched refs:static_method (Results 1 – 6 of 6) sorted by relevance
11 static void static_method() {} in static_method() function in C53 C::static_method(); in call_static_method()
45 static foo* static_method() { return 0; } in static_method() function53 foo::static_method(); in use_foo()
59 static foo* static_method() { return 0; } in static_method() function in foo89 foo::static_method(); in operator +()
24 static int static_method();27 return data_member + instance_method() < static_method(); in test()
160 static void static_method() { in static_method() function167 UnresolvedTemplateNames::static_method<int>(); // expected-note {{requested here}} in force_instantiation()
21 static int static_method() { in static_method() function in AA::X