Home
last modified time | relevance | path

Searched defs:CastTarget (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsEnumType.cpp64 void ETSStringEnumType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSStringEnumType
119 void ETSIntEnumType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSIntEnumType
DetsNullishTypes.cpp50 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
DetsDynamicType.cpp87 void ETSDynamicType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSDynamicType
DetsNeverType.cpp49 void ETSNeverType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNeverType
DetsAnyType.cpp73 void ETSAnyType::CastTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::ETSAnyType
DetsNonNullishType.cpp65 void ETSNonNullishType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNonNullishType
DetsReadonlyType.cpp67 void ETSReadonlyType::CastTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::ETSReadonlyType
DetsPartialTypeParameter.cpp60 void ETSPartialTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSPartialTypeParameter
DetsTypeParameter.cpp67 void ETSTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeParameter
DetsTypeAliasType.cpp173 void ETSTypeAliasType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeAliasType
DetsFunctionType.cpp343 void ETSFunctionType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSFunctionType
DetsUnionType.cpp222 void ETSUnionType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSUnionType
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.cpp116 void Type::CastTarget(TypeRelation *const relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::Type