Searched refs:BUILD_LIST (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 76 [BUILD_LIST] = BUILD_LIST, 345 [BUILD_LIST] = "BUILD_LIST",
|
/third_party/python/Include/ |
H A D | opcode.h | 63 #define BUILD_LIST 103 macro
|
/third_party/python/Python/ |
H A D | compile.c | 1027 case BUILD_LIST: in stack_effect() 3620 [orig, exc] BUILD_LIST ) list for raised/reraised excs ("result") 3734 [orig, exc] BUILD_LIST in compiler_try_star_except() 3738 ADDOP_I(c, BUILD_LIST, 0); in compiler_try_star_except() 4509 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_list() 4525 return starunpack_helper(c, elts, 0, BUILD_LIST, in compiler_tuple() 4963 ADDOP_I(c, BUILD_LIST, 0); in compiler_joined_str() 5152 else if (starunpack_helper(c, args, n, BUILD_LIST, in compiler_call_helper() 5484 op = BUILD_LIST; in compiler_comprehension()
|
H A D | ceval.c | 3246 TARGET(BUILD_LIST) {
|
Completed in 23 milliseconds