Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h111 #define BUILD_SET 104 /* Number of set items */ macro
/external/python/cpython3/Include/
Dopcode.h82 #define BUILD_SET 104 macro
/external/python/cpython2/Lib/compiler/
Dpyassem.py739 def BUILD_SET(self, count): member in StackDepthTracker
/external/python/cpython2/Python/
Dcompile.c844 case BUILD_SET: in opcode_stack_effect()
2757 op = BUILD_SET; in compiler_comprehension()
2999 ADDOP_I(c, BUILD_SET, n); in compiler_visit_expr()
Dceval.c2490 TARGET(BUILD_SET) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c1007 case BUILD_SET: in stack_effect()
3411 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()
3412 BUILD_SET, BUILD_SET_UNPACK); in compiler_set()
4065 op = BUILD_SET; in compiler_comprehension()
Dceval.c2325 TARGET(BUILD_SET) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst650 .. opcode:: BUILD_SET (count)
/external/python/cpython3/Doc/library/
Ddis.rst820 .. opcode:: BUILD_SET (count)