Home
last modified time | relevance | path

Searched refs:ADDOP_NAME (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c1087 #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/
Dcompile.c1304 #define ADDOP_NAME(C, OP, O, TYPE) { \ macro
2812 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import()
2878 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import()
2881 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
2893 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
3563 ADDOP_NAME(c, LOAD_METHOD, meth->v.Attribute.attr, names); in maybe_optimize_method_call()
4500 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
4506 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
4509 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr()
4724 ADDOP_NAME(c, LOAD_NAME, __annotations__, names); in compiler_annassign()