Searched refs:ADDOP_NAME (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 1087 #define ADDOP_NAME(C, OP, O, TYPE) { \ macro 1936 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 2009 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 2012 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import() 2024 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import() 3043 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr() 3049 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr() 3052 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
|
/external/python/cpython3/Python/ |
D | compile.c | 1480 #define ADDOP_NAME(C, OP, O, TYPE) { \ macro 3236 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import() 3298 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import() 3301 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import() 3313 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import() 4105 ADDOP_NAME(c, LOAD_METHOD, meth->v.Attribute.attr, names); in maybe_optimize_method_call() 5082 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1() 5087 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1() 5090 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1() 5147 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_augassign() [all …]
|