Home
last modified time | relevance | path

Searched refs:genMutableBoxValue (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp220 genMutableBoxValue(Fortran::lower::AbstractConverter &converter, in genMutableBoxValue() function
306 genMutableBoxValue(converter, loc, alloc.getAllocObj()); in lowerAllocation()
549 genMutableBoxValue(converter, loc, allocateObject); in genDeallocateStmt()
H A DConvertExpr.cpp667 genMutableBoxValue(const Fortran::lower::SomeExpr &expr) { in genMutableBoxValue() function in __anon67dfc8450c11::ScalarExprLowering
2167 return genMutableBoxValue(expr); in lowerIntrinsicArgumentAsInquired()
2872 fir::MutableBoxValue mutableBox = genMutableBoxValue(expr); in prepareActualThatMayBeAbsent()
3110 fir::MutableBoxValue mutableBox = genMutableBoxValue(*expr); in genRawProcedureRef()
3165 fir::MutableBoxValue mutableBox = genMutableBoxValue(*expr); in genRawProcedureRef()
7608 .genMutableBoxValue(expr); in createMutableBox()