Searched refs:ADDOP_NAME (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 1078 #define ADDOP_NAME(C, OP, O, TYPE) { \ macro 1929 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 2006 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 2009 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import() 2021 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import() 3042 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr() 3048 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr() 3051 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
|