Searched refs:nonDeferredParams (Results 1 – 4 of 4) sorted by relevance
58 mlir::ValueRange nonDeferredParams);
593 mlir::ValueRange nonDeferredParams) { in createMutableProperties() argument646 if (fir::isa_char(eleTy) && nonDeferredParams.empty()) { in createMutableProperties()659 mlir::ValueRange nonDeferredParams) { in createMutableBox() argument662 createMutableProperties(converter, loc, var, nonDeferredParams); in createMutableBox()663 fir::MutableBoxValue box(boxAddr, nonDeferredParams, mutableProperties); in createMutableBox()
43 mlir::ValueRange nonDeferredParams);
322 mlir::ValueRange nonDeferredParams) { in createUnallocatedBox() argument345 if (!nonDeferredParams.empty()) { in createUnallocatedBox()346 lenParams.push_back(nonDeferredParams[0]); in createUnallocatedBox()