Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp413 if (!isFormatted) in getOutputFunc()
484 getOutputFunc(loc, builder, itemTy, isFormatted); in genOutputItemList()
486 assert((isFormatted || argType.isa<fir::BoxType>()) && in genOutputItemList()
526 if (!isFormatted) in getInputFunc()
612 bool isFormatted, bool checkResult, in genInputItemList() argument
658 getInputFunc(loc, builder, itemTy, isFormatted); in genInputItemList()
1798 if (isFormatted || isListOrNml) { in getBeginDataTransferFunc()
1820 if (isFormatted || isListOrNml) { in getBeginDataTransferFunc()
1856 if (!isFormatted || isListOrNml) in genBeginDataTransferCallArgs()
1911 const bool isFormatted = isDataTransferFormatted(stmt); in genDataTransferStmt() local
[all …]