Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dpointer.cpp167 const Dimension &tDim{target->GetDimension(j)}; in RTNAME() local
169 if (pExtent == 0 || pExtent != tDim.Extent() || in RTNAME()
170 (pExtent != 1 && pDim.ByteStride() != tDim.ByteStride())) { in RTNAME()