Searched refs:small_stmt (Results 1 – 11 of 11) sorted by relevance
16 #define small_stmt 269 macro
34 simple_stmt: small_stmt (';' small_stmt)* [';'] NEWLINE35 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
26 small_stmt = 269 variable
53 simple_stmt: small_stmt (';' small_stmt)* [';'] NEWLINE54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
171 (symbol.small_stmt,
319 small_stmt = stmt variable in Transformer1418 or n == symbol.small_stmt:1460 symbol.small_stmt,
913 VALIDATER(node); VALIDATER(small_stmt);3104 case small_stmt: in validate_node()
942 VALIDATER(node); VALIDATER(small_stmt);3133 case small_stmt: in validate_node()
3259 if (TYPE(n) == small_stmt) { in ast_for_stmt()
3242 if (TYPE(n) == small_stmt) { in ast_for_stmt()