Searched refs:ste_coroutine (Results 1 – 3 of 3) sorted by relevance
58 unsigned ste_coroutine : 1; /* true if namespace is a coroutine */ member
104 ste->ste_coroutine = 0; in ste_new()1459 st->st_cur->ste_coroutine = 1; in symtable_visit_stmt()1677 st->st_cur->ste_coroutine = 1; in symtable_visit_expr()2001 st->st_cur->ste_coroutine = 1; in symtable_visit_comprehension()2049 st->st_cur->ste_coroutine = 1; in symtable_handle_comprehension()
2898 c->u->u_ste->ste_coroutine = 1; in compiler_async_for()2992 c->u->u_ste->ste_coroutine && c->u->u_ste->ste_generator) in compiler_return()4803 int is_async_function = c->u->u_ste->ste_coroutine; in compiler_comprehension()4813 is_async_generator = c->u->u_ste->ste_coroutine; in compiler_comprehension()4855 c->u->u_ste->ste_coroutine = 1; in compiler_comprehension()5016 c->u->u_ste->ste_coroutine = 1; in compiler_async_with()6503 if (c->u->u_ste->ste_generator || c->u->u_ste->ste_coroutine) { in stackdepth()6813 if (ste->ste_generator && !ste->ste_coroutine) in compute_code_flags()6815 if (!ste->ste_generator && ste->ste_coroutine) in compute_code_flags()6817 if (ste->ste_generator && ste->ste_coroutine) in compute_code_flags()[all …]