Searched refs:compiler_enter_scope (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Python/ |
D | compile.c | 149 static int compiler_enter_scope(struct compiler *, identifier, void *, int); 464 compiler_enter_scope(struct compiler *c, identifier name, void *key, in compiler_enter_scope() function 1193 if (!compiler_enter_scope(c, module, mod, 0)) in compiler_mod() 1367 if (!compiler_enter_scope(c, s->v.FunctionDef.name, (void *)s, in compiler_function() 1423 if (!compiler_enter_scope(c, s->v.ClassDef.name, (void *)s, in compiler_class() 1508 if (!compiler_enter_scope(c, name, (void *)e, e->lineno)) in compiler_lambda() 2750 if (!compiler_enter_scope(c, name, (void *)e, e->lineno)) in compiler_comprehension()
|
/external/python/cpython3/Python/ |
D | compile.c | 180 static int compiler_enter_scope(struct compiler *, identifier, int, void *, int); 556 compiler_enter_scope(struct compiler *c, identifier name, in compiler_enter_scope() function 1830 if (!compiler_enter_scope(c, module, COMPILER_SCOPE_MODULE, mod, 0)) in compiler_mod() 2264 if (!compiler_enter_scope(c, name, scope_type, (void *)s, firstlineno)) { in compiler_function() 2332 if (!compiler_enter_scope(c, s->v.ClassDef.name, in compiler_class() 2664 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_LAMBDA, in compiler_lambda() 4617 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_COMPREHENSION, in compiler_comprehension()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 527 Python/compile.c:compiler_enter_scope():PyId___class__ _Py_IDENTIFIER(__class__)
|
D | known.tsv | 1053 Python/compile.c compiler_enter_scope PyId___class__ variable _Py_IDENTIFIER(__class__)
|