Searched refs:isRecordWithAllocatableMember (Results 1 – 4 of 4) sorted by relevance
253 bool isRecordWithAllocatableMember(mlir::Type ty);
273 bool isRecordWithAllocatableMember(mlir::Type ty) { in isRecordWithAllocatableMember() function280 if (memTy.isa<fir::RecordType>() && isRecordWithAllocatableMember(memTy)) in isRecordWithAllocatableMember()
1049 if (fir::isRecordWithAllocatableMember(eleType)) { in allocateArrayTemp()
4727 fir::isRecordWithAllocatableMember(eleTy)) in createAndLoadSomeArrayTemp()6384 if (fir::isRecordWithAllocatableMember(eleTy)) in copyNextArrayCtorSection()