Lines Matching refs:typeInfo
19 const Descriptor &from, const typeInfo::SpecialBinding &special) { in DoScalarDefinedAssignment()
43 const Descriptor &from, const typeInfo::SpecialBinding &special, in DoElementalDefinedAssignment()
64 const typeInfo::DerivedType *toDerived{ in Assign()
67 const typeInfo::DerivedType *fromDerived{ in Assign()
166 typeInfo::SpecialBinding::Which::ScalarAssignment)}) { in Assign()
171 typeInfo::SpecialBinding::Which::ElementalAssignment)}) { in Assign()
186 *componentDesc.ZeroBasedIndexedElement<typeInfo::Component>( in Assign()
189 case typeInfo::Component::Genre::Data: in Assign()
211 case typeInfo::Component::Genre::Pointer: { in Assign()
220 case typeInfo::Component::Genre::Allocatable: in Assign()
221 case typeInfo::Component::Genre::Automatic: in Assign()
254 *procPtrDesc.ZeroBasedIndexedElement<typeInfo::ProcPtrComponent>(k)}; in Assign()
259 sizeof(typeInfo::ProcedurePointer)); in Assign()