Lines Matching refs:MutableBoxValue
119 const fir::MutableBoxValue &box, in genRuntimeSetBounds()
140 const fir::MutableBoxValue &box, in genRuntimeInitCharacter()
168 const fir::MutableBoxValue &box, in genRuntimeAllocate()
187 const fir::MutableBoxValue &box, in genRuntimeDeallocate()
219 static fir::MutableBoxValue
305 fir::MutableBoxValue boxAddr = in lowerAllocation()
333 const fir::MutableBoxValue &box) { in genInlinedAllocation()
370 const fir::MutableBoxValue &box) { in genSimpleAllocation()
451 const fir::MutableBoxValue &box) { in genSetDeferredLengthParameters()
464 void genSourceAllocation(const Allocation &, const fir::MutableBoxValue &) { in genSourceAllocation() argument
467 void genMoldAllocation(const Allocation &, const fir::MutableBoxValue &) { in genMoldAllocation() argument
470 void genSetType(const Allocation &, const fir::MutableBoxValue &) { in genSetType() argument
511 const fir::MutableBoxValue &box, in genDeallocate()
548 fir::MutableBoxValue box = in genDeallocateStmt()
656 fir::MutableBoxValue Fortran::lower::createMutableBox( in createMutableBox()
663 fir::MutableBoxValue box(boxAddr, nonDeferredParams, mutableProperties); in createMutableBox()
683 const fir::MutableBoxValue &box, const Fortran::lower::SomeExpr &source, in associateMutableBox()