Lines Matching defs:newFrom
273 Descriptor &newFrom{staticDesc.descriptor()};
274 std::memcpy(&newFrom, &from, descBytes);
278 newFrom.raw().attribute = CFI_attribute_allocatable;
279 auto stat{ReturnError(terminator, newFrom.Allocate())};
284 // This will still leave data overlap in 'to' and 'newFrom'.
291 // We have to make a deep copy into 'newFrom' in this case.
293 (newFrom, from, terminator.sourceFileName(), terminator.sourceLine());
295 ShallowCopy(newFrom, from, true, from.IsContiguous());
297 Assign(to, newFrom, terminator,
301 newFrom.Deallocate();