Home
last modified time | relevance | path

Searched refs:static_method (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp11 static void static_method() {} in static_method() function in C
53 C::static_method(); in call_static_method()
Ddebug-info-codeview-display-name.cpp45 static foo* static_method() { return 0; } in static_method() function
53 foo::static_method(); in use_foo()
Dmangle-ms.cpp59 static foo* static_method() { return 0; } in static_method() function in foo
89 foo::static_method(); in operator +()
/external/clang/test/CXX/class/class.mfct/class.mfct.non-static/
Dp3.cpp24 static int static_method();
27 return data_member + instance_method() < static_method(); in test()
/external/clang/test/SemaTemplate/
Dinstantiate-using-decl.cpp160 static void static_method() { in static_method() function
167 UnresolvedTemplateNames::static_method<int>(); // expected-note {{requested here}} in force_instantiation()
/external/clang/test/Analysis/
Dbug_hash_test.cpp21 static int static_method() { in static_method() function in AA::X