• Home
  • Raw
  • Download

Lines Matching defs:target

24 void Identity(TypeRelation *const relation, Type *const source, Type *const target)  in Identity()
29 void WideningPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in WideningPrimitive()
36 void NarrowingPrimitive(TypeRelation *const relation, Type *const source, Type *const target) in NarrowingPrimitive()
43 …ingNarrowingPrimitive(TypeRelation *const relation, ByteType *const source, CharType *const target) in WideningNarrowingPrimitive()
53 …ngReference(TypeRelation *const relation, ETSObjectType *const source, ETSObjectType *const target) in WideningReference()
58 …ingReference(TypeRelation *const relation, ETSArrayType *const source, ETSObjectType *const target) in WideningReference()
63 …ningReference(TypeRelation *const relation, ETSArrayType *const source, ETSArrayType *const target) in WideningReference()
71 ETSObjectType *const target) in IsAllowedNarrowingReferenceConversionObjectObject()
111 …dNarrowingReferenceConversion(TypeRelation *const relation, Type *const source, Type *const target) in IsAllowedNarrowingReferenceConversion()
182 … [[maybe_unused]] Type *const source, [[maybe_unused]] Type *const target) in IsUncheckedNarrowingReferenceConversion()
202 void NarrowingReferenceImpl(TypeRelation *const relation, Type *const source, Type *const target) in NarrowingReferenceImpl()
219 …ngReference(TypeRelation *const relation, ETSObjectType *const source, ETSObjectType *const target) in NarrowingReference()
224 …wingReference(TypeRelation *const relation, ETSArrayType *const source, ETSArrayType *const target) in NarrowingReference()
234 …ingReference(TypeRelation *const relation, ETSObjectType *const source, ETSArrayType *const target) in NarrowingReference()
275 …ingWideningPrimitive(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in UnboxingWideningPrimitive()
286 …ngNarrowingPrimitive(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in UnboxingNarrowingPrimitive()
296 …ngNarrowingPrimitive(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in UnboxingWideningNarrowingPrimitive()
306 …ingReferenceUnboxing(TypeRelation *const relation, ETSObjectType *const source, Type *const target) in NarrowingReferenceUnboxing()
320 …ingWideningReference(TypeRelation *const relation, Type *const source, ETSObjectType *const target) in BoxingWideningReference()