Home
last modified time | relevance | path

Searched defs:static_method (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
Dmicrosoft-abi-methods.cpp11 static void static_method() {} in static_method() function in C
Ddebug-info-codeview-display-name.cpp45 static foo* static_method() { return 0; } in static_method() function
Dmangle-ms.cpp59 static foo* static_method() { return 0; } in static_method() function in foo
/external/clang/test/Analysis/
Dbug_hash_test.cpp21 static int static_method() { in static_method() function in AA::X
/external/clang/test/SemaTemplate/
Dinstantiate-using-decl.cpp160 static void static_method() { in static_method() function
/external/tensorflow/tensorflow/python/autograph/pyct/
Dinspect_utils_test.py77 def static_method(): member in TestClass
/external/python/cpython3/Lib/test/
Dtest_call.py292 def static_method(): member in PythonClass