Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h131 #define MAKE_FUNCTION 132 /* #defaults */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h131 #define MAKE_FUNCTION 132 /* #defaults */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py750 def MAKE_FUNCTION(self, argc): member in StackDepthTracker
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c872 case MAKE_FUNCTION: in opcode_stack_effect()
1283 ADDOP_I(c, MAKE_FUNCTION, args); in compiler_make_closure()
Dceval.c2720 case MAKE_FUNCTION: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c895 case MAKE_FUNCTION: in opcode_stack_effect()
1306 ADDOP_I(c, MAKE_FUNCTION, args); in compiler_make_closure()
Dceval.c2735 case MAKE_FUNCTION: in PyEval_EvalFrameEx()