Searched refs:BUILD_TUPLE (Results 1 – 4 of 4) sorted by relevance
/third_party/python/Include/ |
D | opcode.h | 87 #define BUILD_TUPLE 102 macro
|
/third_party/python/Doc/library/ |
D | dis.rst | 865 .. opcode:: BUILD_TUPLE (count) 873 Works as :opcode:`BUILD_TUPLE`, but creates a list. 878 Works as :opcode:`BUILD_TUPLE`, but creates a set.
|
/third_party/python/Python/ |
D | compile.c | 1078 case BUILD_TUPLE: in stack_effect() 2061 ADDOP_I(c, BUILD_TUPLE, free); in compiler_make_closure() 2226 ADDOP_I(c, BUILD_TUPLE, annotations_len); in compiler_visit_annotations() 2237 ADDOP_I(c, BUILD_TUPLE, asdl_seq_LEN(args->defaults)); in compiler_visit_defaults() 3851 ADDOP_I(c, BUILD_TUPLE, n+pushed); in starunpack_helper() 6058 ADDOP_I(c, BUILD_TUPLE, size); in compiler_pattern_mapping() 7186 assert(inst[n].i_opcode == BUILD_TUPLE); in fold_tuple_on_constants() 7364 case BUILD_TUPLE: in optimize_basic_block()
|
D | ceval.c | 3155 case TARGET(BUILD_TUPLE): { in _PyEval_EvalFrameDefault()
|