Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dsymtable.h52 unsigned ste_coroutine : 1; /* true if namespace is a coroutine */ member
/external/python/cpython3/Python/
Dsymtable.c89 ste->ste_coroutine = 0; in ste_new()
1413 st->st_cur->ste_coroutine = 1; in symtable_visit_stmt()
1606 st->st_cur->ste_coroutine = 1; in symtable_visit_expr()
1837 st->st_cur->ste_coroutine = 1; in symtable_visit_comprehension()
1870 st->st_cur->ste_coroutine = 1; in symtable_handle_comprehension()
Dcompile.c2784 c->u->u_ste->ste_coroutine = 1; in compiler_async_for()
2902 c->u->u_ste->ste_coroutine && c->u->u_ste->ste_generator) in compiler_return()
4614 int is_async_function = c->u->u_ste->ste_coroutine; in compiler_comprehension()
4623 is_async_generator = c->u->u_ste->ste_coroutine; in compiler_comprehension()
4665 c->u->u_ste->ste_coroutine = 1; in compiler_comprehension()
4833 c->u->u_ste->ste_coroutine = 1; in compiler_async_with()
5842 if (ste->ste_generator && !ste->ste_coroutine) in compute_code_flags()
5844 if (!ste->ste_generator && ste->ste_coroutine) in compute_code_flags()
5846 if (ste->ste_generator && ste->ste_coroutine) in compute_code_flags()
5858 ste->ste_coroutine && in compute_code_flags()