Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dcompile.c43 #define IS_TOP_LEVEL_AWAIT(c) ( \ macro
2783 if (IS_TOP_LEVEL_AWAIT(c)){ in compiler_async_for()
4611 int top_level_await = IS_TOP_LEVEL_AWAIT(c); in compiler_comprehension()
4832 if (IS_TOP_LEVEL_AWAIT(c)){ in compiler_async_with()
5050 if (!IS_TOP_LEVEL_AWAIT(c)){ in compiler_visit_expr1()
5857 if ((IS_TOP_LEVEL_AWAIT(c)) && in compute_code_flags()