Home
last modified time | relevance | path

Searched refs:LIST_APPEND (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dopcode.h123 #define LIST_APPEND 145 macro
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h438 constexpr char LIST_APPEND[] = "list_append"; variable
/third_party/python/Python/
Dcompile.c981 case LIST_APPEND: in stack_effect()
3934 LIST_APPEND, LIST_EXTEND, 0); in compiler_list()
3950 LIST_APPEND, LIST_EXTEND, 1); in compiler_tuple()
4324 ADDOP_I(c, LIST_APPEND, 1); in compiler_joined_str()
4492 LIST_APPEND, LIST_EXTEND, 1) == 0) { in compiler_call_helper()
4665 ADDOP_I(c, LIST_APPEND, depth + 1); in compiler_sync_comprehension_generator()
4763 ADDOP_I(c, LIST_APPEND, depth + 1); in compiler_async_comprehension_generator()
Dceval.c2178 case TARGET(LIST_APPEND): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst641 .. opcode:: LIST_APPEND (i)
655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
/third_party/python/Doc/whatsnew/
D2.4.rst959 * Added a new opcode, ``LIST_APPEND``, that simplifies the generated bytecode
/third_party/python/Misc/
DHISTORY20439 - Implemented a newcode opcode, LIST_APPEND, that simplifies