Lines Matching defs:CharArrayBoxValue
321 return fir::CharArrayBoxValue(newBase, len, extents, origins);
993 [&](const fir::CharArrayBoxValue &) {
1426 [&](const fir::CharArrayBoxValue &) -> ExtValue {
1689 [&](const fir::CharArrayBoxValue &arr) -> ExtValue {
2079 return fir::CharArrayBoxValue{temp, charLen, extents};
2716 [&](const fir::CharArrayBoxValue &x) {
3242 return fir::CharArrayBoxValue(val, len ? len : undef, extents);
3562 return fir::CharArrayBoxValue(tempRes, len, dest.getExtents());
6153 [&](const fir::CharArrayBoxValue &cb) { multiplier = cb.getLen(); },
6368 [&](const fir::CharArrayBoxValue &v) { doAbstractArray(v); },
6452 return {fir::CharArrayBoxValue{mem, len, extents}, /*needCopy=*/false};
6535 return genarr(fir::CharArrayBoxValue{mem, len, extents});
6537 return genarr(fir::CharArrayBoxValue{mem, zero, extents});