Searched refs:LIST_APPEND (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Include/ |
D | opcode.h | 123 #define LIST_APPEND 145 macro
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 438 constexpr char LIST_APPEND[] = "list_append"; variable
|
/third_party/python/Python/ |
D | compile.c | 981 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()
|
D | ceval.c | 2178 case TARGET(LIST_APPEND): { in _PyEval_EvalFrameDefault()
|
/third_party/python/Doc/library/ |
D | dis.rst | 641 .. opcode:: LIST_APPEND (i) 655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
|
/third_party/python/Doc/whatsnew/ |
D | 2.4.rst | 959 * Added a new opcode, ``LIST_APPEND``, that simplifies the generated bytecode
|
/third_party/python/Misc/ |
D | HISTORY | 20439 - Implemented a newcode opcode, LIST_APPEND, that simplifies
|