Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertExpr.cpp677 const fir::MutableBoxValue *mutableBox = in genMutableBoxValue() local
679 if (!mutableBox) in genMutableBoxValue()
681 return *mutableBox; in genMutableBoxValue()
1897 [&](const fir::MutableBoxValue &mutableBox) { in gen() argument
2872 fir::MutableBoxValue mutableBox = genMutableBoxValue(expr); in prepareActualThatMayBeAbsent() local
2874 builder, loc, mutableBox); in prepareActualThatMayBeAbsent()
2876 fir::factory::genMutableBoxRead(builder, loc, mutableBox); in prepareActualThatMayBeAbsent()
3207 for (const auto &mutableBox : mutableModifiedByCall) in genRawProcedureRef() local
3727 fir::MutableBoxValue mutableBox = in lowerAllocatableArrayAssignment() local
3740 if ((mutableBox.isCharacter() && !mutableBox.hasNonDeferredLenParams()) || in lowerAllocatableArrayAssignment()
[all …]