Searched defs:static_func (Results 1 – 13 of 13) sorted by relevance
29 void static_func() { } // CHECK: File 0, [[@LINE]]:20 -> [[@LINE]]:23 = #0 in static_func() function
12 static void static_func(int j) { in static_func() function
465 static void static_func() { in static_func() function
56 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
65 ABSL_SYMBOLIZE_TEST_NOINLINE static void static_func() { in static_func() function
216 static void static_func() // expected-warning {{redeclaring non-static 'static_func' as static is a… in static_func() function
355 def _binary_assert(sym, opname, op_func, static_func, x, y, data, summarize, argument
2741 def static_func(arg: int) -> str: member in TestSingleDispatch.test_method_wrapping_attributes.A
3859 PyObject *static_func = PyStaticMethod_New(func); in type_new_staticmethod() local