| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsDynamicType.cpp | 55 bool ETSDynamicType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in panda::es2panda::checker::ETSDynamicType 58 return ETSObjectType::AssignmentSource(relation, target); in AssignmentSource()
|
| D | etsStringType.cpp | 28 bool ETSStringType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type… in AssignmentSource() function in panda::es2panda::checker::ETSStringType
|
| D | etsAsyncFuncReturnType.h | 36 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | etsAsyncFuncReturnType.cpp | 42 bool ETSAsyncFuncReturnType::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unus… in AssignmentSource() function in panda::es2panda::checker::ETSAsyncFuncReturnType
|
| D | shortType.h | 36 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
|
| D | etsBooleanType.h | 30 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
|
| D | floatType.h | 36 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
|
| D | intType.h | 36 …bool AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) over…
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | anyType.h | 29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | nullType.h | 28 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | undefinedType.h | 28 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | neverType.h | 30 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | neverType.cpp | 41 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NeverType
|
| D | anyType.cpp | 36 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::AnyType
|
| D | nullType.cpp | 31 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NullType
|
| D | undefinedType.cpp | 31 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::UndefinedType
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | neverType.h | 31 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | nullType.h | 29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | undefinedType.h | 29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | type.cpp | 34 bool Type::AssignmentSource([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::Type
|
| D | anyType.h | 30 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | neverType.cpp | 42 bool NeverType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NeverType
|
| D | anyType.cpp | 37 bool AnyType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::AnyType
|
| D | undefinedType.cpp | 32 bool UndefinedType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::UndefinedType
|
| D | nullType.cpp | 32 bool NullType::AssignmentSource(TypeRelation *relation, [[maybe_unused]] Type *target) in AssignmentSource() function in panda::es2panda::checker::NullType
|