Searched refs:ADDOP_N (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Python/ |
D | compile.c | 1296 #define ADDOP_N(C, OP, O, TYPE) { \ macro 1712 ADDOP_N(c, LOAD_CONST, keys_tuple, consts); in compiler_visit_kwonlydefaults() 1734 ADDOP_N(c, LOAD_CONST, ann_as_str, consts); in compiler_visit_annexpr() 1824 ADDOP_N(c, LOAD_CONST, keytuple, consts); in compiler_visit_annotations() 2778 ADDOP_N(c, IMPORT_FROM, attr, names); in compiler_import_as() 2856 ADDOP_N(c, LOAD_CONST, level, consts); in compiler_from_import() 2875 ADDOP_N(c, LOAD_CONST, names, consts); in compiler_from_import() 3242 ADDOP_N(c, op, mangled, varnames); in compiler_nameop() 3445 ADDOP_N(c, LOAD_CONST, keys, consts); in compiler_subdict() 3655 ADDOP_N(c, LOAD_CONST, keys, consts); in compiler_subkwargs() [all …]
|
/external/python/cpython2/Python/ |
D | compile.c | 1079 #define ADDOP_N(C, OP, O, TYPE) { \ macro 1902 ADDOP_N(c, LOAD_ATTR, attr, names); in compiler_import_as() 1934 ADDOP_N(c, LOAD_CONST, level, consts); in compiler_import() 1987 ADDOP_N(c, LOAD_CONST, level, consts); in compiler_from_import() 2006 ADDOP_N(c, LOAD_CONST, names, consts); in compiler_from_import() 2396 ADDOP_N(c, op, mangled, varnames); in compiler_nameop()
|