Searched refs:small_stmt (Results 1 – 14 of 14) sorted by relevance
34 simple_stmt: small_stmt (';' small_stmt)* [';'] NEWLINE35 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
35 simple_stmt: small_stmt (';' small_stmt)* [';'] NEWLINE36 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |
38 simple_stmt: small_stmt (';' small_stmt)* [';'] NEWLINE39 small_stmt: (expr_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 |
18 #define small_stmt 271 macro
16 #define small_stmt 269 macro
26 small_stmt = 269 variable
28 small_stmt = 271 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,
984 VALIDATER(node); VALIDATER(small_stmt);3175 case small_stmt: in validate_node()
3261 if (TYPE(n) == small_stmt) { in ast_for_stmt()
3976 if (TYPE(n) == small_stmt) { in ast_for_stmt()