Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c72 #define IS_TOP_LEVEL_AWAIT(c) ( \ macro
2897 if (IS_TOP_LEVEL_AWAIT(c)){ in compiler_async_for()
4800 int top_level_await = IS_TOP_LEVEL_AWAIT(c); in compiler_comprehension()
5015 if (IS_TOP_LEVEL_AWAIT(c)){ in compiler_async_with()
5236 if (!IS_TOP_LEVEL_AWAIT(c)){ in compiler_visit_expr1()
6828 if ((IS_TOP_LEVEL_AWAIT(c)) && in compute_code_flags()