Home
last modified time | relevance | path

Searched refs:GlobalBigintType (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
H A DbinaryLikeExpression.cpp85 resultType = GlobalBigintType(); in CheckBinaryOperator()
105 } else if (IsTypeAssignableTo(leftType, GlobalBigintType()) && IsTypeAssignableTo(rightType, GlobalBigintType())) { in CheckPlusOperator()
106 resultType = GlobalBigintType(); in CheckPlusOperator()
H A Dhelpers.cpp78 return GlobalBigintType(); in GetBaseTypeOfLiteralType()
309 return GlobalBigintType(); in GetUnaryResultType()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A DbinaryLikeExpression.cpp91 resultType = GlobalBigintType(); in CheckBinaryOperator()
113 } else if (IsTypeAssignableTo(leftRightType->leftType, GlobalBigintType()) && in CheckPlusOperator()
114 IsTypeAssignableTo(leftRightType->rightType, GlobalBigintType())) { in CheckPlusOperator()
115 resultType = GlobalBigintType(); in CheckPlusOperator()
H A Dhelpers.cpp76 return GlobalBigintType(); in GetBaseTypeOfLiteralType()
307 return GlobalBigintType(); in GetUnaryResultType()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsBigintKeyword.cpp39 return checker->GlobalBigintType(); in GetType()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsBigintKeyword.cpp59 return checker->GlobalBigintType(); in GetType()
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DglobalTypesHolder.cpp57 allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalNumberType(), GlobalBigintType()}); in GlobalTypesHolder()
65 std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalBooleanType(), in GlobalTypesHolder()
128 Type *GlobalTypesHolder::GlobalBigintType() in GlobalBigintType() function in panda::es2panda::checker::GlobalTypesHolder
H A DglobalTypesHolder.h69 Type *GlobalBigintType();
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h176 Type *GlobalBigintType() in GlobalBigintType() function in ark::es2panda::ark::es2panda::ark::es2panda::checker::TSChecker
178 return GetGlobalTypesHolder()->GlobalBigintType(); in GlobalBigintType()
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A DglobalTypesHolder.h203 Type *GlobalBigintType();
H A DglobalTypesHolder.cpp117 allocator->New<UnionType>(allocator, std::initializer_list<Type *> {GlobalNumberType(), GlobalBigintType()}); in AddTSSpecificTypes()
125 std::initializer_list<Type *> {GlobalNumberType(), GlobalStringType(), GlobalBigintType(), GlobalBooleanType(), in AddTSSpecificTypes()
277 Type *GlobalTypesHolder::GlobalBigintType() in GlobalBigintType() function in ark::es2panda::checker::GlobalTypesHolder
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h195 Type *GlobalBigintType() in GlobalBigintType() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker
197 return globalTypes_->GlobalBigintType(); in GlobalBigintType()

Completed in 8 milliseconds