Searched refs:async_stmt (Results 1 – 5 of 5) sorted by relevance
43 #define async_stmt 296 macro
53 async_stmt = 296 variable
70 …f_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated | async_stmt71 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)
87 …f_stmt | while_stmt | for_stmt | try_stmt | with_stmt | funcdef | classdef | decorated | async_stmt88 async_stmt: ASYNC (funcdef | with_stmt | for_stmt)
1658 REQ(n, async_stmt); in ast_for_async_stmt()4030 case async_stmt: in ast_for_stmt()