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