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.c103 COMPILER_SCOPE_ASYNC_FUNCTION, enumerator
704 || u->u_scope_type == COMPILER_SCOPE_ASYNC_FUNCTION in compiler_set_qualname()
719 || parent->u_scope_type == COMPILER_SCOPE_ASYNC_FUNCTION in compiler_set_qualname()
2227 scope_type = COMPILER_SCOPE_ASYNC_FUNCTION; in compiler_function()
2785 } else if (c->u->u_scope_type != COMPILER_SCOPE_ASYNC_FUNCTION) { in compiler_async_for()
4834 } else if (c->u->u_scope_type != COMPILER_SCOPE_ASYNC_FUNCTION){ in compiler_async_with()
5041 if (c->u->u_scope_type == COMPILER_SCOPE_ASYNC_FUNCTION) in compiler_visit_expr1()
5055 if (c->u->u_scope_type != COMPILER_SCOPE_ASYNC_FUNCTION && in compiler_visit_expr1()