Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION_KW (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h142 #define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h142 #define CALL_FUNCTION_KW 141 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py746 def CALL_FUNCTION_KW(self, argc): member in StackDepthTracker
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c867 case CALL_FUNCTION_KW: in opcode_stack_effect()
2584 ADDOP_I(c, CALL_FUNCTION_KW, n); in compiler_call()
Dceval.c2676 case CALL_FUNCTION_KW: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c890 case CALL_FUNCTION_KW: in opcode_stack_effect()
2604 ADDOP_I(c, CALL_FUNCTION_KW, n); in compiler_call()
Dceval.c2691 case CALL_FUNCTION_KW: in PyEval_EvalFrameEx()