Searched refs:expr_stmt (Results 1 – 14 of 14) sorted by relevance
37 if expr_node.type == syms.expr_stmt and expr_node.children:83 new_expr = Node(syms.expr_stmt, [])112 if expr_node.type == syms.expr_stmt and expr_node.children:204 expr_stmt = last_metaclass.children[0]205 assert expr_stmt.type == syms.expr_stmt206 expr_stmt.children[1].prefix = u''207 expr_stmt.children[2].prefix = u''
94 if node.type == syms.expr_stmt:
17 #define expr_stmt 270 macro
27 expr_stmt = 270 variable
35 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |37 expr_stmt: testlist (augassign (yield_expr|testlist) |
54 small_stmt: (expr_stmt | print_stmt | del_stmt | pass_stmt | flow_stmt |56 expr_stmt: testlist_star_expr (augassign (yield_expr|testlist) |
238 if parent.type == syms.expr_stmt and parent.children[0] is node:371 elif child.type == syms.expr_stmt:
172 (symbol.expr_stmt,
362 def expr_stmt(self, nodelist): member in Transformer1426 symbol.expr_stmt,1464 symbol.expr_stmt,
919 VALIDATER(expr_stmt); VALIDATER(power);1536 if ( (ntype == expr_stmt) in validate_small_stmt()1607 int res = (validate_ntype(tree, expr_stmt) in validate_expr_stmt()3138 case expr_stmt: in validate_node()
948 VALIDATER(expr_stmt); VALIDATER(power);1565 if ( (ntype == expr_stmt) in validate_small_stmt()1636 int res = (validate_ntype(tree, expr_stmt) in validate_expr_stmt()3167 case expr_stmt: in validate_node()
2176 REQ(n, expr_stmt); in ast_for_expr_stmt()3266 case expr_stmt: in ast_for_stmt()
2171 REQ(n, expr_stmt); in ast_for_expr_stmt()3249 case expr_stmt: in ast_for_stmt()