Searched refs:static_method (Results 1 – 13 of 13) sorted by relevance
16 static void static_method() {} in static_method() function27 s.static_method(); in main()
37 static int static_method() { in static_method() function66 Struct::static_method() + s.virtual_method() + s.overloaded_method(); in main()
71 static int static_method(int) { return 0; } in static_method() function115 test_negative<decltype(TestMembers::static_method)>(); in main()116 test_negative<decltype(&TestMembers::static_method)>(); in main()
11 static void static_method() {} in static_method() function in C53 C::static_method(); in call_static_method()
47 static foo* static_method() { return 0; } in static_method() function54 foo::static_method(); in use_foo()
60 static foo* static_method() { return 0; } in static_method() function in foo90 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()
25 static void static_method() { in static_method() function in AA::X
71 ?static_method@foo@@SAPAV1@XZ72 ; CHECK: static class foo * __cdecl foo::static_method(void)74 ?static_method@foo@@SAPEAV1@XZ75 ; CHECK: static class foo * __cdecl foo::static_method(void)
21 static_method, enumerator
628 if (method.kind == Method::Kind::static_method) in print_method_header()940 return Method::Kind::static_method; in get_kind()
2582 case Method::Kind::static_method: in print_any_method()