Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c1588 #define ADDOP_NAME(C, OP, O, TYPE) { \ macro
3351 ADDOP_NAME(c, IMPORT_NAME, alias->name, names); in compiler_import()
3413 ADDOP_NAME(c, IMPORT_NAME, s->v.ImportFrom.module, names); in compiler_from_import()
3416 ADDOP_NAME(c, IMPORT_NAME, empty_string, names); in compiler_from_import()
3428 ADDOP_NAME(c, IMPORT_FROM, alias->name, names); in compiler_from_import()
4261 ADDOP_NAME(c, LOAD_METHOD, meth->v.Attribute.attr, names); in maybe_optimize_method_call()
4319 ADDOP_NAME(c, LOAD_METHOD, join, names); in compiler_joined_str()
5271 ADDOP_NAME(c, LOAD_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
5281 ADDOP_NAME(c, STORE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
5285 ADDOP_NAME(c, DELETE_ATTR, e->v.Attribute.attr, names); in compiler_visit_expr1()
[all …]