Home
last modified time | relevance | path

Searched refs:BUILD_TUPLE (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h87 #define BUILD_TUPLE 102 macro
/third_party/python/Doc/library/
Ddis.rst865 .. 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/
Dcompile.c1078 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()
Dceval.c3155 case TARGET(BUILD_TUPLE): { in _PyEval_EvalFrameDefault()