Lines Matching refs:Component
28 *componentDesc.ZeroBasedIndexedElement<typeInfo::Component>(k)}; in Initialize()
29 if (comp.genre() == typeInfo::Component::Genre::Allocatable || in Initialize()
30 comp.genre() == typeInfo::Component::Genre::Automatic) { in Initialize()
36 if (comp.genre() == typeInfo::Component::Genre::Automatic) { in Initialize()
54 } else if (comp.genre() == typeInfo::Component::Genre::Data && in Initialize()
172 *componentDesc.ZeroBasedIndexedElement<typeInfo::Component>(k)}; in Finalize()
173 if (comp.genre() == typeInfo::Component::Genre::Allocatable || in Finalize()
174 comp.genre() == typeInfo::Component::Genre::Automatic) { in Finalize()
186 } else if (comp.genre() == typeInfo::Component::Genre::Data && in Finalize()
230 *componentDesc.ZeroBasedIndexedElement<typeInfo::Component>(k)}; in Destroy()
231 if (comp.genre() == typeInfo::Component::Genre::Allocatable || in Destroy()
232 comp.genre() == typeInfo::Component::Genre::Automatic) { in Destroy()