Searched refs:compiler_nameop (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 269 static int compiler_nameop(struct compiler *, identifier, expr_context_ty); 1856 compiler_nameop(c, info->fb_datum, Store); in compiler_unwind_fblock() 1857 compiler_nameop(c, info->fb_datum, Del); in compiler_unwind_fblock() 1927 if (!compiler_nameop(c, __doc__, Store)) in compiler_body() 2419 return compiler_nameop(c, name, Store); in compiler_function() 2461 if (!str || !compiler_nameop(c, str, Load)) { in compiler_class() 2469 if (!str || !compiler_nameop(c, str, Store)) { in compiler_class() 2478 if (!str || !compiler_nameop(c, str, Store)) { in compiler_class() 2510 if (!str || !compiler_nameop(c, str, Store)) { in compiler_class() 2554 if (!compiler_nameop(c, s->v.ClassDef.name, Store)) in compiler_class() [all …]
|