Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Python/
Dcompile.c149 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()
/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c392 static int compiler_enter_scope(struct compiler *, identifier, int, void *, int);
1715 compiler_enter_scope(struct compiler *c, identifier name, in compiler_enter_scope() function
2186 if (!compiler_enter_scope(c, &_Py_STR(anon_module), COMPILER_SCOPE_MODULE, in compiler_mod()
2649 if (!compiler_enter_scope(c, name, scope_type, (void *)s, firstlineno)) { in compiler_function()
2718 if (!compiler_enter_scope(c, s->v.ClassDef.name, in compiler_class()
3029 if (!compiler_enter_scope(c, &_Py_STR(anon_lambda), COMPILER_SCOPE_LAMBDA, in compiler_lambda()
5461 if (!compiler_enter_scope(c, name, COMPILER_SCOPE_COMPREHENSION, in compiler_comprehension()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/
DTODO479 Python/compile.c:compiler_enter_scope():PyId___class__ _Py_IDENTIFIER(__class__)