Lines Matching defs:components
86 // pointer components need special care here so that local and global
406 // components to build each component initial value.
432 Fortran::semantics::OrderedComponentIterator components(
434 for (const auto &component : components) {
435 // Skip parent components, the sub-components of parent types are part of
436 // components and will be looped through right after.
843 // components of local variables (since they are also local variables
874 // Allocatable components of INTENT(OUT) dummies must be deallocated (9.7.3.2
875 // p6). Calling finalization runtime for this works even if the components
910 // Note that allocatable components of non-ALLOCATABLE INTENT(OUT) dummy