Lines Matching refs:fromAt
44 std::size_t toElements, SubscriptValue toAt[], SubscriptValue fromAt[]) { in DoElementalDefinedAssignment() argument
55 ++j, to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) { in DoElementalDefinedAssignment()
57 fromElementDesc.set_base_addr(from.Element<char>(fromAt)); in DoElementalDefinedAssignment()
144 SubscriptValue fromAt[maxRank]; in Assign() local
145 from.GetLowerBounds(fromAt); in Assign()
173 to, from, *special, toElements, toAt, fromAt); in Assign()
195 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) { in Assign()
198 fromCompDesc, from, terminator, fromAt); in Assign()
204 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) { in Assign()
206 from.Element<const char>(fromAt) + comp.offset(), in Assign()
214 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) { in Assign()
216 from.Element<const char>(fromAt) + comp.offset(), in Assign()
223 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) { in Assign()
227 from.Element<char>(fromAt) + comp.offset())}; in Assign()
256 from.IncrementSubscripts(fromAt)) { in Assign()
258 from.Element<const char>(fromAt) + procPtr.offset, in Assign()
269 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) { in Assign()
270 std::memmove(to.Element<char>(toAt), from.Element<const char>(fromAt), in Assign()