Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dcompile.c290 COMPILER_SCOPE_FUNCTION, enumerator
753 if (u->u_scope_type == COMPILER_SCOPE_FUNCTION in compiler_set_qualname()
768 if (parent->u_scope_type == COMPILER_SCOPE_FUNCTION in compiler_set_qualname()
2622 scope_type = COMPILER_SCOPE_FUNCTION; in compiler_function()