Searched refs:regular_function (Results 1 – 3 of 3) sorted by relevance
143 declare i32 @regular_function(i32 %i)148 ; TODO(dnovillo) The calls to regular_function should not be merged, but164 %val4 = call i32 @regular_function(i32 %val1) cold170 %val3 = call i32 @regular_function(i32 %val2)
1355 def regular_function(): ... function1376 self.assertIsNone(_testcapi.function_get_closure(regular_function))1377 self.assertIsNone(regular_function.__closure__)
1909 def regular_function():1913 method = staticmethod(regular_function)