Lines Matching defs:toAt
195 SubscriptValue toAt[maxRank], fromAt[maxRank];
196 to.GetLowerBounds(toAt);
205 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) {
206 toElementDesc.set_base_addr(to.Element<char>(toAt));
214 const Descriptor &from, SubscriptValue toAt[], SubscriptValue fromAt[],
220 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) {
221 CHAR *p{to.Element<CHAR>(toAt)};
352 SubscriptValue toAt[maxRank];
353 to.GetLowerBounds(toAt);
388 ++j, to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) {
407 comp.CreatePointerDescriptor(toCompDesc, to, terminator, toAt);
413 memmoveFct(to.Element<char>(toAt) + comp.offset(),
420 memmoveFct(to.Element<char>(toAt) + comp.offset(),
427 to.Element<char>(toAt) + comp.offset())};
466 memmoveFct(to.Element<char>(toAt) + procPtr.offset,
479 BlankPadCharacterAssignment<char>(to, from, toAt, fromAt, toElements,
483 BlankPadCharacterAssignment<char16_t>(to, from, toAt, fromAt,
487 BlankPadCharacterAssignment<char32_t>(to, from, toAt, fromAt,
496 to.IncrementSubscripts(toAt), from.IncrementSubscripts(fromAt)) {
497 memmoveFct(to.Element<char>(toAt), from.Element<const char>(fromAt),