Lines Matching refs:stmt_ty

568 static stmt_ty simple_stmt_rule(Parser *p);
569 static stmt_ty compound_stmt_rule(Parser *p);
570 static stmt_ty assignment_rule(Parser *p);
573 static stmt_ty return_stmt_rule(Parser *p);
574 static stmt_ty raise_stmt_rule(Parser *p);
575 static stmt_ty global_stmt_rule(Parser *p);
576 static stmt_ty nonlocal_stmt_rule(Parser *p);
577 static stmt_ty del_stmt_rule(Parser *p);
578 static stmt_ty yield_stmt_rule(Parser *p);
579 static stmt_ty assert_stmt_rule(Parser *p);
580 static stmt_ty import_stmt_rule(Parser *p);
581 static stmt_ty import_name_rule(Parser *p);
582 static stmt_ty import_from_rule(Parser *p);
591 static stmt_ty class_def_rule(Parser *p);
592 static stmt_ty class_def_raw_rule(Parser *p);
593 static stmt_ty function_def_rule(Parser *p);
594 static stmt_ty function_def_raw_rule(Parser *p);
610 static stmt_ty if_stmt_rule(Parser *p);
611 static stmt_ty elif_stmt_rule(Parser *p);
613 static stmt_ty while_stmt_rule(Parser *p);
614 static stmt_ty for_stmt_rule(Parser *p);
615 static stmt_ty with_stmt_rule(Parser *p);
617 static stmt_ty try_stmt_rule(Parser *p);
621 static stmt_ty match_stmt_rule(Parser *p);
1345 stmt_ty a;
1422 stmt_ty a;
1483 _res = ( asdl_stmt_seq* ) _PyPegen_singleton_seq ( p , CHECK ( stmt_ty , _PyAST_Pass ( EXTRA ) ) );
1545 stmt_ty a;
1619 static stmt_ty
1630 stmt_ty _res = NULL;
1651 stmt_ty assignment_var;
1703 stmt_ty return_stmt_var;
1724 stmt_ty import_stmt_var;
1745 stmt_ty raise_stmt_var;
1799 stmt_ty del_stmt_var;
1820 stmt_ty yield_stmt_var;
1841 stmt_ty assert_stmt_var;
1928 stmt_ty global_stmt_var;
1949 stmt_ty nonlocal_stmt_var;
1980 static stmt_ty
1991 stmt_ty _res = NULL;
1999 stmt_ty function_def_var;
2020 stmt_ty if_stmt_var;
2041 stmt_ty class_def_var;
2062 stmt_ty with_stmt_var;
2083 stmt_ty for_stmt_var;
2104 stmt_ty try_stmt_var;
2125 stmt_ty while_stmt_var;
2146 stmt_ty match_stmt_var;
2171 static stmt_ty
2182 stmt_ty _res = NULL;
2223 _res = CHECK_VERSION ( stmt_ty , 6 , "Variable annotation syntax is" , _PyAST_AnnAssign ( CHECK ( expr_ty , _PyPegen_set_expr_context ( p , a , Store ) ) , b , c , 1 , EXTRA ) );
2265 _res = CHECK_VERSION ( stmt_ty , 6 , "Variable annotations syntax is" , _PyAST_AnnAssign ( a , b , c , 0 , EXTRA ) );
2793 static stmt_ty
2804 stmt_ty _res = NULL;
2858 static stmt_ty
2869 stmt_ty _res = NULL;
2959 static stmt_ty
2970 stmt_ty _res = NULL;
3024 static stmt_ty
3035 stmt_ty _res = NULL;
3089 static stmt_ty
3100 stmt_ty _res = NULL;
3175 static stmt_ty
3186 stmt_ty _res = NULL;
3237 static stmt_ty
3248 stmt_ty _res = NULL;
3305 static stmt_ty
3316 stmt_ty _res = NULL;
3324 stmt_ty import_name_var;
3343 stmt_ty import_from_var;
3363 static stmt_ty
3374 stmt_ty _res = NULL;
3430 static stmt_ty
3441 stmt_ty _res = NULL;
4150 static stmt_ty
4161 stmt_ty _res = NULL;
4170 stmt_ty b;
4196 stmt_ty class_def_raw_var;
4216 static stmt_ty
4227 stmt_ty _res = NULL;
4309 static stmt_ty
4320 stmt_ty _res = NULL;
4329 stmt_ty f;
4355 stmt_ty function_def_raw_var;
4378 static stmt_ty
4389 stmt_ty _res = NULL;
4524 _res = CHECK_VERSION ( stmt_ty , 5 , "Async functions are" , _PyAST_AsyncFunctionDef ( n -> v . Name . id , ( params ) ? params : CHECK ( arguments_ty , _PyPegen_empty_arguments ( p ) ) , b , NULL , a , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ) );
5794 static stmt_ty
5805 stmt_ty _res = NULL;
5845 stmt_ty c;
5935 static stmt_ty
5946 stmt_ty _res = NULL;
5986 stmt_ty c;
6142 static stmt_ty
6153 stmt_ty _res = NULL;
6239 static stmt_ty
6250 stmt_ty _res = NULL;
6389 _res = CHECK_VERSION ( stmt_ty , 5 , "Async for loops are" , _PyAST_AsyncFor ( t , ex , b , el , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ) );
6437 static stmt_ty
6448 stmt_ty _res = NULL;
6518 _res = CHECK_VERSION ( stmt_ty , 9 , "Parenthesized context managers are" , _PyAST_With ( a , b , NULL , EXTRA ) );
6618 _res = CHECK_VERSION ( stmt_ty , 5 , "Async with statements are" , _PyAST_AsyncWith ( a , b , NULL , EXTRA ) );
6666 _res = CHECK_VERSION ( stmt_ty , 5 , "Async with statements are" , _PyAST_AsyncWith ( a , b , NEW_TYPE_COMMENT ( p , tc ) , EXTRA ) );
6806 static stmt_ty
6817 stmt_ty _res = NULL;
6973 _res = CHECK_VERSION ( stmt_ty , 11 , "Exception groups are" , _PyAST_TryStar ( b , ex , el , f , EXTRA ) );
7336 static stmt_ty
7347 stmt_ty _res = NULL;
7397 _res = CHECK_VERSION ( stmt_ty , 10 , "Pattern matching is" , _PyAST_Match ( subject , cases , EXTRA ) );
23777 stmt_ty elem;
23844 stmt_ty elem;