Lines Matching refs:ArrayBoxValue
155 [&](const fir::ArrayBoxValue &box) -> fir::ExtendedValue { in genFuncDim()
398 [&](const fir::ArrayBoxValue &box) -> fir::ExtendedValue { in genExtremumloc()
1605 return fir::ArrayBoxValue{base, extents}; in toExtendedValue()
2053 [&](const fir::ArrayBoxValue &box) -> fir::ExtendedValue { in readAndAddCleanUp()
2218 [&](const fir::ArrayBoxValue &box) -> fir::ExtendedValue { in genAll()
2288 [&](const fir::ArrayBoxValue &box) -> fir::ExtendedValue { in genAny()
2505 [&](const fir::ArrayBoxValue &box) -> fir::ExtendedValue { in genCount()
3925 [](const fir::ArrayBoxValue &arr) { return arr.getLBounds().empty(); }, in hasDefaultLowerBound()
3993 [&](const fir::ArrayBoxValue &x) -> fir::ExtendedValue { in createBoxForLBOUND()
3994 return fir::ArrayBoxValue{x.getAddr(), shape, x.getLBounds()}; in createBoxForLBOUND()
4038 return fir::ArrayBoxValue{lbArray, extents}; in genLbound()