Searched refs:Str_kind (Results 1 – 12 of 12) sorted by relevance
107 if (e->kind != Str_kind) in future_parse()
1146 return s->v.Expr.value->kind == Str_kind; in compiler_isdocstring()2167 else if (s->v.Expr.value->kind != Str_kind && in compiler_visit_stmt()2863 case Str_kind: in expr_constant()3030 case Str_kind: in compiler_visit_expr()
1268 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()
83 && (first->v.Expr.value->kind == Str_kind in future_parse()
1328 if (s->v.Expr.value->kind == Str_kind) in compiler_isdocstring()1341 case Str_kind: in is_const()1359 case Str_kind: in get_const_value()4055 case Str_kind: in expr_constant()4341 case Str_kind: in compiler_visit_expr()
1482 case Str_kind: in symtable_visit_expr()
306 case Str_kind: { in validate_expr()1062 case Str_kind: in set_context()
2135 p->kind = Str_kind; in Str()3316 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