Home
last modified time | relevance | path

Searched refs:genExprMutableBox (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DAbstractConverter.h163 virtual fir::MutableBoxValue genExprMutableBox(mlir::Location loc,
/llvm-project-15.0.7/flang/lib/Lower/
H A DBridge.cpp2077 fir::MutableBoxValue box = genExprMutableBox(loc, *expr); in genFIR()
2181 genExprMutableBox(mlir::Location loc, in genExprMutableBox() function in __anon1d418ed20211::FirConverter
2237 lhsMutableBox = genExprMutableBox(loc, assign.lhs); in genAssignment()
2326 fir::MutableBoxValue lhs = genExprMutableBox(loc, assign.lhs); in genAssignment()
2362 fir::MutableBoxValue lhs = genExprMutableBox(loc, assign.lhs); in genAssignment()
H A DAllocatable.cpp225 return converter.genExprMutableBox(loc, *expr); in genMutableBoxValue()