Searched refs:BUILD_SET (Results 1 – 9 of 9) sorted by relevance
111 #define BUILD_SET 104 /* Number of set items */ macro
82 #define BUILD_SET 104 macro
739 def BUILD_SET(self, count): member in StackDepthTracker
844 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()
2490 TARGET(BUILD_SET) in PyEval_EvalFrameEx()
1007 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()
2325 TARGET(BUILD_SET) { in _PyEval_EvalFrameDefault()
650 .. opcode:: BUILD_SET (count)
820 .. opcode:: BUILD_SET (count)