Lines Matching defs:MutableBoxValue
588 [&](const fir::MutableBoxValue &) -> mlir::Value {
589 // MutableBoxValue must be read into another category to work with them
591 fir::emitFatalError(loc, "createShape on MutableBoxValue");
637 [&](const fir::MutableBoxValue &) -> mlir::Value {
638 // MutableBoxValue must be read into another category to work with
640 fir::emitFatalError(loc, "createSlice on MutableBoxValue");
703 [&](const fir::MutableBoxValue &x) -> mlir::Value {
863 [&](const fir::MutableBoxValue &x) -> mlir::Value {
895 [&](const fir::MutableBoxValue &x) -> mlir::Value {
921 [&](const fir::MutableBoxValue &x) -> mlir::Value {
967 [&](const fir::MutableBoxValue &x) -> llvm::SmallVector<mlir::Value> {
1017 [&](const fir::MutableBoxValue &box) -> llvm::SmallVector<mlir::Value> {
1031 [&](const fir::MutableBoxValue &box) -> llvm::SmallVector<mlir::Value> {
1073 // When the extended value is a BoxValue or MutableBoxValue, it may be necessary
1094 [&](const fir::MutableBoxValue &box) { return handleBoxed(box); },
1215 return fir::MutableBoxValue(component, nonDeferredTypeParams,
1705 [&](const fir::MutableBoxValue &x) {
1711 if (boxVal.getBoxOf<fir::MutableBoxValue>())