Searched refs:AssignmentSource (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | undefinedType.h | 29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | nullType.h | 29 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | anyType.h | 30 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | neverType.h | 31 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 | 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
|
| D | type.h | 121 virtual bool AssignmentSource(TypeRelation *relation, Type *target); in TYPE_MAPPING()
|
| D | unionType.h | 117 bool AssignmentSource(TypeRelation *relation, Type *target) override;
|
| D | unionType.cpp | 58 bool UnionType::AssignmentSource(TypeRelation *relation, Type *target) in AssignmentSource() function in panda::es2panda::checker::UnionType
|
| D | typeRelation.cpp | 130 if (!source->AssignmentSource(this, target)) { in IsAssignableTo()
|