Searched refs:Expr_kind (Results 1 – 10 of 10) sorted by relevance
105 else if (s->kind == Expr_kind && !found_docstring) { in future_parse()
1164 case Expr_kind: in symtable_visit_stmt()
1185 if (s->kind != Expr_kind) in compiler_isdocstring()2201 case Expr_kind: in compiler_visit_stmt()
1432 p->kind = Expr_kind; in Expr()2526 case Expr_kind: in ast2obj_stmt()
110 else if (s->kind == Expr_kind && !found_docstring) { in future_parse()
1162 case Expr_kind: in symtable_visit_stmt()
1162 if (s->kind != Expr_kind) in compiler_isdocstring()2181 case Expr_kind: in compiler_visit_stmt()
1415 p->kind = Expr_kind; in Expr()2509 case Expr_kind: in ast2obj_stmt()
67 Exec_kind=18, Global_kind=19, Expr_kind=20, Pass_kind=21, enumerator