Searched refs:compiler_enter_scope (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 259 static int compiler_enter_scope(struct compiler *, identifier, int, void *, int); 608 compiler_enter_scope(struct compiler *c, identifier name, in compiler_enter_scope() function 1948 if (!compiler_enter_scope(c, module, COMPILER_SCOPE_MODULE, mod, 1)) in compiler_mod() 2377 if (!compiler_enter_scope(c, name, scope_type, (void *)s, firstlineno)) { in compiler_function() 2451 if (!compiler_enter_scope(c, s->v.ClassDef.name, in compiler_class() 2788 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_LAMBDA, in compiler_lambda() 4806 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_COMPREHENSION, in compiler_comprehension()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 522 Python/compile.c:compiler_enter_scope():PyId___class__ _Py_IDENTIFIER(__class__)
|