Lines Matching defs:isAllocatable
886 bool isAllocatable =
892 Fortran::lower::SymbolBox::Intrinsic{src}, isAllocatable,
1260 [](const fir::MutableBoxValue &box) { return box.isAllocatable(); },
1262 return fir::FortranVariableOpInterface(box).isAllocatable();
1277 Fortran::lower::SymbolBox src, bool isAllocatable,
1286 builder->create<hlfir::AssignOp>(loc, r, l, isAllocatable);
1294 } else if (isAllocatable &&
1316 } else if (isAllocatable &&
1714 if (x.isAllocatable() && rank > 0) {
3762 bool isAllocatable = fir::isAllocatableType(baseTy);
3783 if (isAllocatable)
3788 if (isPointer || isAllocatable)
3827 if (isAllocatable)