Searched refs:flow_stmt (Results 1 – 13 of 13) sorted by relevance
25 #define flow_stmt 278 macro
22 #define flow_stmt 275 macro
32 flow_stmt = 275 variable
35 flow_stmt = 278 variable
35 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |46 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
36 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |49 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
39 small_stmt: (expr_stmt | del_stmt | pass_stmt | flow_stmt |50 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |66 flow_stmt: break_stmt | continue_stmt | return_stmt | raise_stmt | yield_stmt
136 | flow_stmt178 flow_stmt: break_stmt
320 flow_stmt = stmt variable in Transformer1461 symbol.flow_stmt,
1611 || (ntype == flow_stmt) in validate_small_stmt()3182 case flow_stmt: in validate_node()
2357 REQ(n, flow_stmt); in ast_for_flow_stmt()3276 case flow_stmt: in ast_for_stmt()
3107 REQ(n, flow_stmt); in ast_for_flow_stmt()3988 case flow_stmt: in ast_for_stmt()