Searched defs:CastTarget (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsNullishTypes.cpp | 50 void ETSNullType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNullType 101 void ETSUndefinedType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSUndefinedType
|
| D | etsDynamicType.cpp | 86 void ETSDynamicType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSDynamicType
|
| D | etsNonNullishType.cpp | 62 void ETSNonNullishType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNonNullishType
|
| D | etsNeverType.cpp | 49 void ETSNeverType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNeverType
|
| D | etsReadonlyType.cpp | 67 void ETSReadonlyType::CastTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::ETSReadonlyType
|
| D | etsTypeParameter.cpp | 68 void ETSTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeParameter
|
| D | etsPartialTypeParameter.cpp | 60 void ETSPartialTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSPartialTypeParameter
|
| D | etsTypeAliasType.cpp | 173 void ETSTypeAliasType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeAliasType
|
| D | etsUnionType.cpp | 231 void ETSUnionType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSUnionType
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.cpp | 105 void Type::CastTarget(TypeRelation *const relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::Type
|