Searched refs:Str_kind (Results 1 – 14 of 14) sorted by relevance
107 if (e->kind != Str_kind) in future_parse()
1155 return s->v.Expr.value->kind == Str_kind; in compiler_isdocstring()2169 else if (s->v.Expr.value->kind != Str_kind && in compiler_visit_stmt()2864 case Str_kind: in expr_constant()3031 case Str_kind: in compiler_visit_expr()
1274 case Str_kind: in symtable_visit_expr()
445 case Str_kind: in set_context()
1845 p->kind = Str_kind; in Str()2825 case Str_kind: in ast2obj_expr()
85 && (first->v.Expr.value->kind == Str_kind in future_parse()
16 case Str_kind: in is_const()34 case Str_kind: in get_const_value()460 if (s->v.Expr.value->kind == Str_kind) in isdocstring()
573 case Str_kind: in append_fstring_element()850 case Str_kind: in append_ast_expr()
1372 if (s->v.Expr.value->kind == Str_kind) in compiler_isdocstring()1385 case Str_kind: in is_const()1403 case Str_kind: in get_const_value()4475 case Str_kind: in compiler_visit_expr()
1469 case Str_kind: in symtable_visit_expr()
307 case Str_kind: { in validate_expr()1044 case Str_kind: in set_context()
2123 p->kind = Str_kind; in Str()3301 case Str_kind: in ast2obj_expr()
191 Num_kind=16, Str_kind=17, Attribute_kind=18, enumerator
211 Compare_kind=15, Call_kind=16, Num_kind=17, Str_kind=18, enumerator