Searched refs:BUILD_SET (Results 1 – 9 of 9) sorted by relevance
111 #define BUILD_SET 104 /* Number of set items */ macro
84 #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()
1014 case BUILD_SET: in stack_effect()3753 return starunpack_helper(c, e->v.Set.elts, BUILD_SET, in compiler_set()3754 BUILD_SET, BUILD_SET_UNPACK); in compiler_set()4494 op = BUILD_SET; in compiler_comprehension()
2744 case TARGET(BUILD_SET): { in _PyEval_EvalFrameDefault()
650 .. opcode:: BUILD_SET (count)
879 .. opcode:: BUILD_SET (count)