Searched refs:GlobalBigintType (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | binaryLikeExpression.cpp | 85 resultType = GlobalBigintType(); in CheckBinaryOperator() 105 } else if (IsTypeAssignableTo(leftType, GlobalBigintType()) && IsTypeAssignableTo(rightType, GlobalBigintType())) { in CheckPlusOperator() 106 resultType = GlobalBigintType(); in CheckPlusOperator()
|
H A D | helpers.cpp | 78 return GlobalBigintType(); in GetBaseTypeOfLiteralType() 309 return GlobalBigintType(); in GetUnaryResultType()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | binaryLikeExpression.cpp | 91 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 D | helpers.cpp | 76 return GlobalBigintType(); in GetBaseTypeOfLiteralType() 307 return GlobalBigintType(); in GetUnaryResultType()
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsBigintKeyword.cpp | 39 return checker->GlobalBigintType(); in GetType()
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
H A D | tsBigintKeyword.cpp | 59 return checker->GlobalBigintType(); in GetType()
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | globalTypesHolder.cpp | 57 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 D | globalTypesHolder.h | 69 Type *GlobalBigintType();
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | TSchecker.h | 176 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 D | globalTypesHolder.h | 203 Type *GlobalBigintType();
|
H A D | globalTypesHolder.cpp | 117 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 D | checker.h | 195 Type *GlobalBigintType() in GlobalBigintType() function in panda::es2panda::panda::es2panda::panda::es2panda::checker::Checker 197 return globalTypes_->GlobalBigintType(); in GlobalBigintType()
|
Completed in 8 milliseconds