Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h88 #define BUILD_LIST 103 macro
/third_party/python/Python/
Dcompile.c1079 case BUILD_LIST: in stack_effect()
3933 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_list()
3949 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_tuple()
4321 ADDOP_I(c, BUILD_LIST, 0); in compiler_joined_str()
4491 else if (starunpack_helper(c, args, n, BUILD_LIST, in compiler_call_helper()
4825 op = BUILD_LIST; in compiler_comprehension()
Dceval.c3167 case TARGET(BUILD_LIST): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst871 .. opcode:: BUILD_LIST (count)