Searched refs:GlobalStringType (Results 1 – 14 of 14) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | globalTypesHolder.cpp | 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
|
| D | globalTypesHolder.h | 60 Type *GlobalStringType();
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsStringKeyword.cpp | 39 return checker->GlobalStringType(); in GetType()
|
| D | tsEnumDeclaration.cpp | 276 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration() 322 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | binaryLikeExpression.cpp | 106 …} else if (IsTypeAssignableTo(leftType, GlobalStringType()) || IsTypeAssignableTo(rightType, Globa… in CheckPlusOperator() 107 resultType = GlobalStringType(); in CheckPlusOperator()
|
| D | helpers.cpp | 64 return GlobalStringType(); in GetBaseTypeOfLiteralType() 452 …TsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeOfVariable()
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | binaryLikeExpression.cpp | 107 …} else if (IsTypeAssignableTo(leftType, GlobalStringType()) || IsTypeAssignableTo(rightType, Globa… in CheckPlusOperator() 108 resultType = GlobalStringType(); in CheckPlusOperator()
|
| D | helpers.cpp | 65 return GlobalStringType(); in GetBaseTypeOfLiteralType() 451 …TsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeOfVariable()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsStringKeyword.cpp | 55 return checker->GlobalStringType(); in GetType()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | globalTypesHolder.cpp | 71 …allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumb… in GlobalTypesHolder() 77 …std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalB… in GlobalTypesHolder() 176 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in panda::es2panda::checker::GlobalTypesHolder
|
| D | globalTypesHolder.h | 128 Type *GlobalStringType();
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSchecker.h | 123 Type *GlobalStringType() in GlobalStringType() function 125 return GetGlobalTypesHolder()->GlobalStringType(); in GlobalStringType()
|
| D | TSAnalyzer.cpp | 1936 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration() 1983 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 150 Type *GlobalStringType() in GlobalStringType() function 152 return globalTypes_->GlobalStringType(); in GlobalStringType()
|