Lines Matching refs:ADDOP_NAME
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()
5177 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_augassign()
5269 ADDOP_NAME(c, LOAD_NAME, __annotations__, names); in compiler_annassign()