Home
last modified time | relevance | path

Searched refs:regular_function (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/Analysis/BranchProbabilityInfo/
Dbasic.ll143 declare i32 @regular_function(i32 %i)
148 ; TODO(dnovillo) The calls to regular_function should not be merged, but
164 %val4 = call i32 @regular_function(i32 %val1) cold
170 %val3 = call i32 @regular_function(i32 %val2)
/external/python/cpython3/Lib/test/test_capi/
Dtest_misc.py1355 def regular_function(): ... function
1376 self.assertIsNone(_testcapi.function_get_closure(regular_function))
1377 self.assertIsNone(regular_function.__closure__)
/external/python/cpython3/Doc/library/
Dfunctions.rst1909 def regular_function():
1913 method = staticmethod(regular_function)