Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_symtable.h58 unsigned ste_coroutine : 1; /* true if namespace is a coroutine */ member
/third_party/python/Python/
H A Dsymtable.c104 ste->ste_coroutine = 0; in ste_new()
1454 st->st_cur->ste_coroutine = 1; in symtable_visit_stmt()
1670 st->st_cur->ste_coroutine = 1; in symtable_visit_expr()
1993 st->st_cur->ste_coroutine = 1; in symtable_visit_comprehension()
2041 st->st_cur->ste_coroutine = 1; in symtable_handle_comprehension()
2060 int is_async = st->st_cur->ste_coroutine && !is_generator; in symtable_handle_comprehension()
2065 st->st_cur->ste_coroutine = 1; in symtable_handle_comprehension()
H A Dcompile.c3139 c->u->u_ste->ste_coroutine = 1; in compiler_async_for()
3235 c->u->u_ste->ste_coroutine && c->u->u_ste->ste_generator) in compiler_return()
4239 if (c->u->u_ste->ste_generator && c->u->u_ste->ste_coroutine) { in addop_yield()
5468 is_async_generator = c->u->u_ste->ste_coroutine; in compiler_comprehension()
5514 c->u->u_ste->ste_coroutine = 1; in compiler_comprehension()
5653 c->u->u_ste->ste_coroutine = 1; in compiler_async_with()
7173 if (c->u->u_ste->ste_generator || c->u->u_ste->ste_coroutine) { in stackdepth()
7875 if (ste->ste_generator && !ste->ste_coroutine) in compute_code_flags()
7877 if (!ste->ste_generator && ste->ste_coroutine) in compute_code_flags()
7879 if (ste->ste_generator && ste->ste_coroutine) in compute_code_flags()
[all...]

Completed in 14 milliseconds