Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/Shell/SymbolFile/NativePDB/
H A Dast-methods.cpp16 static void static_method() {} in static_method() function
27 s.static_method(); in main()
H A Dfind-functions.cpp37 static int static_method() { in static_method() function
66 Struct::static_method() + s.virtual_method() + s.overloaded_method(); in main()
/llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_scoped_enum.pass.cpp71 static int static_method(int) { return 0; } in static_method() function
115 test_negative<decltype(TestMembers::static_method)>(); in main()
116 test_negative<decltype(&TestMembers::static_method)>(); in main()
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dmicrosoft-abi-methods.cpp11 static void static_method() {} in static_method() function in C
53 C::static_method(); in call_static_method()
H A Ddebug-info-codeview-display-name.cpp47 static foo* static_method() { return 0; } in static_method() function
54 foo::static_method(); in use_foo()
H A Dmangle-ms.cpp60 static foo* static_method() { return 0; } in static_method() function in foo
90 foo::static_method(); in operator +()
/llvm-project-15.0.7/clang/test/CXX/class/class.mfct/class.mfct.non-static/
H A Dp3.cpp24 static int static_method();
27 return data_member + instance_method() < static_method(); in test()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dinstantiate-using-decl.cpp160 static void static_method() { in static_method() function
167 UnresolvedTemplateNames::static_method<int>(); // expected-note {{requested here}} in force_instantiation()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dbug_hash_test.cpp25 static void static_method() { in static_method() function in AA::X
/llvm-project-15.0.7/llvm/test/Demangle/
H A Dms-mangle.test71 ?static_method@foo@@SAPAV1@XZ
72 ; CHECK: static class foo * __cdecl foo::static_method(void)
74 ?static_method@foo@@SAPEAV1@XZ
75 ; CHECK: static class foo * __cdecl foo::static_method(void)
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dcpp.h21 static_method, enumerator
H A Dcpp.cc628 if (method.kind == Method::Kind::static_method) in print_method_header()
940 return Method::Kind::static_method; in get_kind()
H A Dtemplate_cpp.cc2582 case Method::Kind::static_method: in print_any_method()