Home
last modified time | relevance | path

Searched refs:sourceAt (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp164 SubscriptValue sourceAt[maxRank]; in RTNAME() local
195 if (sourceAt < lb) { in RTNAME()
196 sourceAt += extent; in RTNAME()
261 SubscriptValue sourceAt[maxRank]; in RTNAME() local
306 if (sourceAt >= lb && sourceAt < lb + extent) { in RTNAME()
357 source.GetLowerBounds(sourceAt); in RTNAME()
363 source.IncrementSubscripts(sourceAt); in RTNAME()
374 source.IncrementSubscripts(sourceAt); in RTNAME()
518 SubscriptValue sourceAt[maxRank]; in RTNAME() local
519 source.GetLowerBounds(sourceAt); in RTNAME()
[all …]
H A Dmisc-intrinsic.cpp39 SubscriptValue sourceAt[maxRank]; in TransferImpl() local
40 source.GetLowerBounds(sourceAt); in TransferImpl()
43 std::memcpy(to, source.Element<char>(sourceAt), toMove); in TransferImpl()
47 source.IncrementSubscripts(sourceAt); in TransferImpl()