Searched refs:ADDOP_LOAD_CONST_NEW (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 1454 #define ADDOP_LOAD_CONST_NEW(C, O) { \ macro 2004 ADDOP_LOAD_CONST_NEW(c, keys_tuple); in compiler_visit_kwonlydefaults() 2021 ADDOP_LOAD_CONST_NEW(c, _PyAST_ExprAsUnicode(annotation)); in compiler_visit_annexpr() 2110 ADDOP_LOAD_CONST_NEW(c, keytuple); in compiler_visit_annotations() 3276 ADDOP_LOAD_CONST_NEW(c, PyLong_FromLong(s->v.ImportFrom.level)); in compiler_from_import() 3295 ADDOP_LOAD_CONST_NEW(c, names); in compiler_from_import() 3692 ADDOP_LOAD_CONST_NEW(c, folded); in starunpack_helper() 3701 ADDOP_LOAD_CONST_NEW(c, folded); in starunpack_helper() 3852 ADDOP_LOAD_CONST_NEW(c, keys); in compiler_subdict() 4232 ADDOP_LOAD_CONST_NEW(c, keys); in compiler_subkwargs() [all …]
|