Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h102 #define BUILD_SET 104 /* Number of set items */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h102 #define BUILD_SET 104 /* Number of set items */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py739 def BUILD_SET(self, count): member in StackDepthTracker
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c821 case BUILD_SET: in opcode_stack_effect()
2775 op = BUILD_SET; in compiler_comprehension()
3017 ADDOP_I(c, BUILD_SET, n); in compiler_visit_expr()
Dceval.c2201 case BUILD_SET: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c844 case BUILD_SET: in opcode_stack_effect()
2795 op = BUILD_SET; in compiler_comprehension()
3037 ADDOP_I(c, BUILD_SET, n); in compiler_visit_expr()
Dceval.c2216 case BUILD_SET: in PyEval_EvalFrameEx()