Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
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.cpp86 void ETSDynamicType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSDynamicType
DetsNonNullishType.cpp62 void ETSNonNullishType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNonNullishType
DetsNeverType.cpp49 void ETSNeverType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSNeverType
DetsReadonlyType.cpp67 void ETSReadonlyType::CastTarget(TypeRelation *relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::ETSReadonlyType
DetsTypeParameter.cpp68 void ETSTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeParameter
DetsPartialTypeParameter.cpp60 void ETSPartialTypeParameter::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSPartialTypeParameter
DetsTypeAliasType.cpp173 void ETSTypeAliasType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSTypeAliasType
DetsUnionType.cpp231 void ETSUnionType::CastTarget(TypeRelation *relation, Type *source) in CastTarget() function in ark::es2panda::checker::ETSUnionType
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.cpp105 void Type::CastTarget(TypeRelation *const relation, [[maybe_unused]] Type *source) in CastTarget() function in ark::es2panda::checker::Type