Home
last modified time | relevance | path

Searched defs:relation (Results 1 - 25 of 113) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DcastingContext.cpp20 CastingContext::CastingContext(TypeRelation *relation, std::initializer_list<TypeErrorMessageElement> list, in CastingContext() argument
[all...]
H A DnarrowingWideningConverter.h25 explicit NarrowingWideningConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in NarrowingWideningConverter() argument
H A DboxingConverter.h25 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 DunboxingConverter.h26 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 DwideningConverter.h26 explicit WideningConverter(ETSChecker *checker, TypeRelation *relation, Type *target, Type *source) in WideningConverter() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsExtensionFuncHelperType.cpp37 void ETSExtensionFuncHelperType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget() argument
H A DetsAsyncFuncReturnType.h26 ETSAsyncFuncReturnType(ArenaAllocator *allocator, TypeRelation *relation, ETSObjectType *promiseType) in ETSAsyncFuncReturnType() argument
H A DetsBigIntType.cpp19 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 DetsStringType.h31 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 DshortType.cpp22 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 DlongType.cpp22 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 DwildcardType.cpp24 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 DobjectLiteralType.cpp85 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DobjectDescriptor.cpp34 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
H A DunionType.cpp32 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 DconstructorType.cpp44 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DarrayType.cpp35 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 DbigintLiteralType.cpp29 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 DanyType.cpp24 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 DnumberType.cpp27 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 DfunctionType.cpp55 Type *FunctionType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DconstructorType.cpp45 Type *ConstructorType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DobjectLiteralType.cpp86 Type *ObjectLiteralType::Instantiate(ArenaAllocator *allocator, TypeRelation *relation, GlobalTypesHolder *globalTypes) in Instantiate() argument
H A DobjectDescriptor.cpp35 void ObjectDescriptor::Copy(ArenaAllocator *allocator, ObjectDescriptor *copiedDesc, TypeRelation *relation, in Copy() argument
H A DunionType.cpp33 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...]

Completed in 6 milliseconds

12345