Lines Matching defs:isFormatted

155                       bool isFormatted, bool checkResult, mlir::Value &ok,
660 mlir::Type type, bool isFormatted) {
663 if (!isFormatted)
717 const std::list<Fortran::parser::OutputItem> &items, bool isFormatted,
722 genIoLoop(converter, cookie, impliedDo->value(), isFormatted, checkResult,
736 getOutputFunc(loc, builder, itemTy, isFormatted);
738 assert((isFormatted || mlir::isa<fir::BoxType>(argType)) &&
779 mlir::Type type, bool isFormatted) {
782 if (!isFormatted)
874 bool isFormatted, bool checkResult,
879 genIoLoop(converter, cookie, impliedDo->value(), isFormatted, checkResult,
894 loc, builder, vectorSubscriptBox.getElementType(), isFormatted);
920 getInputFunc(loc, builder, itemTy, isFormatted);
933 bool isFormatted, bool checkResult, mlir::Value &ok,
962 genInputItemList(converter, cookie, itemList, isFormatted, checkResult,
965 genOutputItemList(converter, cookie, itemList, isFormatted, checkResult,
2032 bool isFormatted, bool isListOrNml, bool isInternal,
2035 if (isFormatted || isListOrNml) {
2057 if (isFormatted || isListOrNml) {
2086 const A &stmt, mlir::FunctionType ioFuncTy, bool isFormatted,
2092 if (!isFormatted || isListOrNml)
2160 const bool isFormatted = isDataTransferFormatted(stmt);
2161 const bool isList = isFormatted ? isDataTransferList(stmt) : false;
2182 loc, builder, isFormatted, isList || isNml, isInternal,
2188 ioArgs, converter, loc, stmt, ioFunc.getFunctionType(), isFormatted,
2209 genInputItemList(converter, cookie, stmt.items, isFormatted,
2218 genOutputItemList(converter, cookie, stmt.items, isFormatted,
2222 genOutputItemList(converter, cookie, std::get<1>(stmt.t), isFormatted,
2493 /*isFormatted=*/false, /*checkResult=*/false, ok, /*inLoop=*/false);