Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DAllocatable.h58 mlir::ValueRange nonDeferredParams);
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp593 mlir::ValueRange nonDeferredParams) { in createMutableProperties() argument
646 if (fir::isa_char(eleTy) && nonDeferredParams.empty()) { in createMutableProperties()
659 mlir::ValueRange nonDeferredParams) { in createMutableBox() argument
662 createMutableProperties(converter, loc, var, nonDeferredParams); in createMutableBox()
663 fir::MutableBoxValue box(boxAddr, nonDeferredParams, mutableProperties); in createMutableBox()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DMutableBox.h43 mlir::ValueRange nonDeferredParams);
/llvm-project-15.0.7/flang/lib/Optimizer/Builder/
H A DMutableBox.cpp322 mlir::ValueRange nonDeferredParams) { in createUnallocatedBox() argument
345 if (!nonDeferredParams.empty()) { in createUnallocatedBox()
346 lenParams.push_back(nonDeferredParams[0]); in createUnallocatedBox()