/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | castingContext.cpp | 20 CastingContext::CastingContext(TypeRelation *relation, std::initializer_list<TypeErrorMessageElement> list, in CastingContext() argument [all...] |
H A D | narrowingWideningConverter.h | 25 explicit NarrowingWideningConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in NarrowingWideningConverter() argument
|
H A D | boxingConverter.h | 25 BoxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source) in BoxingConverter() argument 37 BoxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source, Type *target) in BoxingConverter() argument
|
H A D | unboxingConverter.h | 26 UnboxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source) in UnboxingConverter() argument 38 UnboxingConverter(ETSChecker *checker, TypeRelation *relation, Type *source, Type *target) in UnboxingConverter() argument
|
H A D | wideningConverter.h | 26 explicit WideningConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in WideningConverter() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
H A D | etsExtensionFuncHelperType.cpp | 37 void ETSExtensionFuncHelperType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget() argument
|
H A D | etsAsyncFuncReturnType.h | 26 ETSAsyncFuncReturnType(ArenaAllocator *allocator, TypeRelation *relation, ETSObjectType *promiseType) in ETSAsyncFuncReturnType() argument
|
H A D | etsBigIntType.cpp | 19 void ETSBigIntType::Identical(TypeRelation *relation, Type *other) in Identical() argument 29 void ETSBigIntType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() argument 39 Type *ETSBigIntType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
|
H A D | etsStringType.h | 31 explicit ETSStringType(ArenaAllocator *allocator, [[maybe_unused]] ETSObjectType *super, TypeRelation *relation) in ETSStringType() argument 39 explicit ETSStringType(ArenaAllocator *allocator, ETSObjectType *super, TypeRelation *relation, in ETSStringType() argument [all...] |
H A D | shortType.cpp | 22 void ShortType::Identical(TypeRelation *relation, Type *other) in Identical() argument 29 void ShortType::AssignmentTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() argument 37 bool ShortType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unuse argument 53 Cast(TypeRelation *const relation, Type *const target) Cast() argument 98 Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, [[maybe_unused]] GlobalTypesHolder *globalTypes) Instantiate() argument [all...] |
H A D | longType.cpp | 22 void LongType::Identical(TypeRelation *relation, Type *other) in Identical() argument 29 void LongType::AssignmentTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() argument 37 bool LongType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unuse argument 53 Cast(TypeRelation *const relation, Type *const target) Cast() argument 98 Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, [[maybe_unused]] GlobalTypesHolder *globalTypes) Instantiate() argument [all...] |
H A D | wildcardType.cpp | 24 void WildcardType::Identical(TypeRelation *relation, Type *other) in Identical() argument 31 void WildcardType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *source) {} in AssignmentTarget() argument 33 Type *WildcardType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | objectLiteralType.cpp | 85 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
H A D | objectDescriptor.cpp | 34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
|
H A D | unionType.cpp | 32 bool UnionType::EachTypeRelatedToSomeType(TypeRelation *relation, UnionType *source, UnionType *target) in EachTypeRelatedToSomeType() argument 38 bool UnionType::TypeRelatedToSomeType(TypeRelation *relation, Type *source, UnionType *target) in TypeRelatedToSomeType() argument [all...] |
H A D | constructorType.cpp | 44 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
H A D | arrayType.cpp | 35 void ArrayType::Identical(TypeRelation *relation, Type *other) in Identical() argument 42 void ArrayType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget() argument 62 Type *ArrayType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
H A D | bigintLiteralType.cpp | 29 void BigintLiteralType::Identical(TypeRelation *relation, Type *other) in Identical() argument 38 void BigintLiteralType::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *source) {} in AssignmentTarget() argument 45 Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, [[maybe_unused]] GlobalTypesHolder *globalTypes) Instantiate() argument
|
H A D | anyType.cpp | 24 void AnyType::Identical(TypeRelation *relation, Type *other) in Identical() argument 31 void AnyType::AssignmentTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget() argument 36 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() argument 47 Type *AnyType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
|
H A D | numberType.cpp | 27 void NumberType::Identical(TypeRelation *relation, Type *other) in Identical() argument 34 void NumberType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget() argument 53 Type *NumberType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate() argument
|
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
H A D | functionType.cpp | 55 Type *FunctionType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
H A D | constructorType.cpp | 45 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
H A D | objectLiteralType.cpp | 86 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
|
H A D | objectDescriptor.cpp | 35 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
|
H A D | unionType.cpp | 33 bool UnionType::EachTypeRelatedToSomeType(TypeRelation *relation, UnionType *source, UnionType *target) in EachTypeRelatedToSomeType() argument 39 bool UnionType::TypeRelatedToSomeType(TypeRelation *relation, Type *source, UnionType *target) in TypeRelatedToSomeType() argument [all...] |