Searched refs:GlobalStringType (Results 1 – 7 of 7) sorted by relevance
59 …allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumb… in GlobalTypesHolder()65 …std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalB… in GlobalTypesHolder()83 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in panda::es2panda::checker::GlobalTypesHolder
60 Type *GlobalStringType();
39 return checker->GlobalStringType(); in GetType()
276 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration()322 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
107 …} else if (IsTypeAssignableTo(leftType, GlobalStringType()) || IsTypeAssignableTo(rightType, Globa… in CheckPlusOperator()108 resultType = GlobalStringType(); in CheckPlusOperator()
65 return GlobalStringType(); in GetBaseTypeOfLiteralType()451 …TsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeOfVariable()
150 Type *GlobalStringType() in GlobalStringType() function152 return globalTypes_->GlobalStringType(); in GlobalStringType()