Home
last modified time | relevance | path

Searched refs:LIST_APPEND (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h128 [LIST_APPEND] = LIST_APPEND,
387 [LIST_APPEND] = "LIST_APPEND",
/third_party/python/Include/
H A Dopcode.h100 #define LIST_APPEND 145 macro
/third_party/python/Python/
H A Dcompile.c967 case LIST_APPEND: in stack_effect()
3634 [orig, res, rest, i, v] R1: LIST_APPEND 3 ) exc raised in except* body - add to res
3646 [orig, res, rest] Ln+1: LIST_APPEND 1 ) add unhandled exc to res (could be None)
3806 ADDOP_I(c, LIST_APPEND, 3); // exc in compiler_try_star_except()
3820 ADDOP_I(c, LIST_APPEND, 1); in compiler_try_star_except()
4510 LIST_APPEND, LIST_EXTEND, 0); in compiler_list()
4526 LIST_APPEND, LIST_EXTEND, 1); in compiler_tuple()
4966 ADDOP_I(c, LIST_APPEND, 1); in compiler_joined_str()
5153 LIST_APPEND, LIST_EXTEND, 1) == 0) { in compiler_call_helper()
5323 ADDOP_I(c, LIST_APPEND, dept in compiler_sync_comprehension_generator()
[all...]
H A Dceval.c2274 TARGET(LIST_APPEND) {

Completed in 27 milliseconds