Home
last modified time | relevance | path

Searched refs:GlobalStringType (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsStringKeyword.cpp39 return checker->GlobalStringType(); in GetType()
H A DtsEnumDeclaration.cpp278 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration()
323 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsStringKeyword.cpp59 return checker->GlobalStringType(); in GetType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DglobalTypesHolder.cpp59 allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumberType()}); in GlobalTypesHolder()
65 std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalBooleanType(), in GlobalTypesHolder()
83 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in panda::es2panda::checker::GlobalTypesHolder
H A DglobalTypesHolder.h60 Type *GlobalStringType();
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp107 } else if (IsTypeAssignableTo(leftType, GlobalStringType()) || IsTypeAssignableTo(rightType, GlobalStringType())) { in CheckPlusOperator()
108 resultType = GlobalStringType(); in CheckPlusOperator()
H A Dhelpers.cpp66 return GlobalStringType(); in GetBaseTypeOfLiteralType()
454 var->SetTsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeOfVariable()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DbinaryLikeExpression.cpp116 } else if (IsTypeAssignableTo(leftRightType->leftType, GlobalStringType()) || in CheckPlusOperator()
117 IsTypeAssignableTo(leftRightType->rightType, GlobalStringType())) { in CheckPlusOperator()
118 resultType = GlobalStringType(); in CheckPlusOperator()
H A Dhelpers.cpp64 return GlobalStringType(); in GetBaseTypeOfLiteralType()
414 var->SetTsType(std::holds_alternative<double>(enumVar->Value()) ? GlobalNumberType() : GlobalStringType()); in GetTypeEnum()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h136 Type *GlobalStringType() in GlobalStringType() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::TSChecker
138 return GetGlobalTypesHolder()->GlobalStringType(); in GlobalStringType()
H A DTSAnalyzer.cpp933 return checker->GlobalStringType(); in Check()
1731 enumVar->SetTsType(checker->GlobalStringType()); in AddEnumValueDeclaration()
1778 variable->SetTsType(checker->GlobalStringType()); in InferEnumVariableType()
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h195 Type *GlobalStringType();
H A DglobalTypesHolder.cpp119 allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalStringType(), GlobalNumberType()}); in AddTSSpecificTypes()
125 std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalBooleanType(), in AddTSSpecificTypes()
237 Type *GlobalTypesHolder::GlobalStringType() in GlobalStringType() function in ark::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h150 Type *GlobalStringType() in GlobalStringType() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker
152 return globalTypes_->GlobalStringType(); in GlobalStringType()

Completed in 13 milliseconds