Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h143 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h143 #define CALL_FUNCTION_VAR_KW 142 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py748 def CALL_FUNCTION_VAR_KW(self, argc): member in StackDepthTracker
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c869 case CALL_FUNCTION_VAR_KW: in opcode_stack_effect()
2587 ADDOP_I(c, CALL_FUNCTION_VAR_KW, n); in compiler_call()
Dceval.c2677 case CALL_FUNCTION_VAR_KW: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c892 case CALL_FUNCTION_VAR_KW: in opcode_stack_effect()
2607 ADDOP_I(c, CALL_FUNCTION_VAR_KW, n); in compiler_call()
Dceval.c2692 case CALL_FUNCTION_VAR_KW: in PyEval_EvalFrameEx()