Home
last modified time | relevance | path

Searched refs:associateMutableBox (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DAllocatable.h64 void associateMutableBox(AbstractConverter &converter, mlir::Location loc,
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h56 void associateMutableBox(fir::FirOpBuilder &builder, mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Lower/
H A DHostAssociations.cpp348 fir::factory::associateMutableBox(builder, loc, boxInTuple, in instantiateHostTuple()
357 fir::factory::associateMutableBox(builder, loc, boxInTuple, in instantiateHostTuple()
H A DAllocatable.cpp681 void Fortran::lower::associateMutableBox( in associateMutableBox() function in Fortran::lower
699 fir::factory::associateMutableBox(builder, loc, box, rhs, lbounds); in associateMutableBox()
H A DIO.cpp333 fir::factory::associateMutableBox(builder, loc, box, exv, in getNamelistGroup()
H A DBridge.cpp2327 Fortran::lower::associateMutableBox(*this, loc, lhs, assign.rhs, in genAssignment()
H A DConvertExpr.cpp1097 Fortran::lower::associateMutableBox( in genval()
3104 Fortran::lower::associateMutableBox(converter, loc, pointer, *expr, in genRawProcedureRef()
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp463 void fir::factory::associateMutableBox(fir::FirOpBuilder &builder, in associateMutableBox() function in fir::factory