Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor-io.cpp24 char ioType[2 + edit.maxIoTypeChars]; in DefinedFormattedIo() local
27 ioType[0] = 'D'; in DefinedFormattedIo()
28 ioType[1] = 'T'; in DefinedFormattedIo()
29 std::memcpy(ioType + 2, edit.ioType, edit.ioTypeChars); in DefinedFormattedIo()
32 ioType, io.mutableModes().inNamelist ? "NAMELIST" : "LISTDIRECTED"); in DefinedFormattedIo()
33 ioTypeLen = std::strlen(ioType); in DefinedFormattedIo()
56 p(descriptor, unit, ioType, vListDesc, ioStat, ioMsg, ioTypeLen, in DefinedFormattedIo()
61 p(descriptor.raw().base_addr, unit, ioType, vListDesc, ioStat, ioMsg, in DefinedFormattedIo()
H A Dformat.h73 char ioType[maxIoTypeChars]; member
H A Dformat-implementation.h394 edit.ioType[edit.ioTypeChars++] = ch; in GetNextDataEdit()