Searched refs:flow_stmt (Results 1 – 10 of 10) sorted by relevance
22 #define flow_stmt 275 macro
32 flow_stmt = 275 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
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
320 flow_stmt = stmt variable in Transformer1461 symbol.flow_stmt,
1540 || (ntype == flow_stmt) in validate_small_stmt()3111 case flow_stmt: in validate_node()
1569 || (ntype == flow_stmt) in validate_small_stmt()3140 case flow_stmt: in validate_node()
2357 REQ(n, flow_stmt); in ast_for_flow_stmt()3274 case flow_stmt: in ast_for_stmt()
2352 REQ(n, flow_stmt); in ast_for_flow_stmt()3257 case flow_stmt: in ast_for_stmt()