Searched refs:manyargs (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | win-smallparams.ll | 11 %rv = call i32 @manyargs(i8 1, i16 2, i8 3, i16 4, i8 5, i16 6) 15 define i32 @manyargs(i8 %a, i16 %b, i8 %c, i16 %d, i8 %e, i16 %f) { 38 ; WIN64: callq manyargs 40 ; WIN64-LABEL: manyargs:
|
/external/python/cpython2/Lib/test/ |
D | inspect_fodder2.py | 40 def manyargs(arg1, arg2, function
|
D | test_inspect.py | 377 self.assertSourceEqual(mod2.manyargs, 40, 41)
|
/external/python/cpython3/Lib/test/ |
D | inspect_fodder2.py | 40 def manyargs(arg1, arg2, function
|
D | test_inspect.py | 579 self.assertSourceEqual(mod2.manyargs, 40, 41)
|