Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c95 COMPILER_SCOPE_ASYNC_FUNCTION, enumerator
695 || u->u_scope_type == COMPILER_SCOPE_ASYNC_FUNCTION in compiler_set_qualname()
710 || parent->u_scope_type == COMPILER_SCOPE_ASYNC_FUNCTION in compiler_set_qualname()
1893 scope_type = COMPILER_SCOPE_ASYNC_FUNCTION; in compiler_function()
2370 if (c->u->u_scope_type != COMPILER_SCOPE_ASYNC_FUNCTION) { in compiler_async_for()
4240 if (c->u->u_scope_type != COMPILER_SCOPE_ASYNC_FUNCTION) { in compiler_async_with()
4444 if (c->u->u_scope_type == COMPILER_SCOPE_ASYNC_FUNCTION) in compiler_visit_expr()
4456 if (c->u->u_scope_type != COMPILER_SCOPE_ASYNC_FUNCTION && in compiler_visit_expr()