Searched refs:Str_kind (Results 1 – 12 of 12) sorted by relevance
112 if (e->kind != Str_kind) in future_parse()
1164 return s->v.Expr.value->kind == Str_kind; in compiler_isdocstring()2186 else if (s->v.Expr.value->kind != Str_kind && in compiler_visit_stmt()2882 case Str_kind: in expr_constant()3049 case Str_kind: in compiler_visit_expr()
1266 case Str_kind: in symtable_visit_expr()
1828 p->kind = Str_kind; in Str()2808 case Str_kind: in ast2obj_expr()
445 case Str_kind: in set_context()
107 if (e->kind != Str_kind) in future_parse()
1187 return s->v.Expr.value->kind == Str_kind; in compiler_isdocstring()2206 else if (s->v.Expr.value->kind != Str_kind && in compiler_visit_stmt()2902 case Str_kind: in expr_constant()3069 case Str_kind: in compiler_visit_expr()
1268 case Str_kind: in symtable_visit_expr()
1845 p->kind = Str_kind; in Str()2825 case Str_kind: in ast2obj_expr()
191 Num_kind=16, Str_kind=17, Attribute_kind=18, enumerator