Lines Matching defs:target
25 void Identity(TypeRelation *const relation, Type *const source, Type *const target) in Identity()
30 void WideningPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in WideningPrimitive()
37 void NarrowingPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in NarrowingPrimitive()
44 …ingNarrowingPrimitive(TypeRelation *const relation, ByteType *const source, CharType *const target) in WideningNarrowingPrimitive()
54 …ngReference(TypeRelation *const relation, ETSObjectType *const source, ETSObjectType *const target) in WideningReference()
59 …ingReference(TypeRelation *const relation, ETSArrayType *const source, ETSObjectType *const target) in WideningReference()
64 …ningReference(TypeRelation *const relation, ETSArrayType *const source, ETSArrayType *const target) in WideningReference()
72 ETSObjectType *const target) in IsAllowedNarrowingReferenceConversionObjectObject()
112 …dNarrowingReferenceConversion(TypeRelation *const relation, Type *const source, Type *const target) in IsAllowedNarrowingReferenceConversion()
183 … [[maybe_unused]] Type *const source, [[maybe_unused]] Type *const target) in IsUncheckedNarrowingReferenceConversion()
203 void NarrowingReferenceImpl(TypeRelation *const relation, Type *const source, Type *const target) in NarrowingReferenceImpl()
220 …ngReference(TypeRelation *const relation, ETSObjectType *const source, ETSObjectType *const target) in NarrowingReference()
225 …wingReference(TypeRelation *const relation, ETSArrayType *const source, ETSArrayType *const target) in NarrowingReference()
235 …ingReference(TypeRelation *const relation, ETSObjectType *const source, ETSArrayType *const target) in NarrowingReference()
276 …ingWideningPrimitive(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in UnboxingWideningPrimitive()
287 …ngNarrowingPrimitive(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in UnboxingNarrowingPrimitive()
297 …ngNarrowingPrimitive(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in UnboxingWideningNarrowingPrimitive()
307 …ingReferenceUnboxing(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in NarrowingReferenceUnboxing()
321 …ingWideningReference(TypeRelation *const relation, Type *const source, ETSObjectType *const target) in BoxingWideningReference()