Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp72 const char *format, std::size_t formatLength, void ** /*scratchArea*/, in BeginInternalArrayFormattedIO() argument
76 descriptor, format, formatLength, sourceFile, sourceLine) in BeginInternalArrayFormattedIO()
82 const char *format, std::size_t formatLength, void **scratchArea, in IONAME()
85 formatLength, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME()
89 const char *format, std::size_t formatLength, void **scratchArea, in IONAME()
92 formatLength, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME()
124 std::size_t internalLength, const char *format, std::size_t formatLength, in BeginInternalFormattedIO() argument
262 *child, format, formatLength, sourceFile, sourceLine); in BeginExternalFormattedIO()
273 *unit, format, formatLength, sourceFile, sourceLine); in BeginExternalFormattedIO()
285 format, formatLength, unitNumber, sourceFile, sourceLine); in IONAME()
[all …]
H A Dformat-implementation.h26 const CharType *format, std::size_t formatLength, int maxHeight) in FormatControl() argument
28 formatLength_{static_cast<int>(formatLength)} {
31 terminator, formatLength == static_cast<std::size_t>(formatLength_));
H A Dio-stmt.cpp153 std::size_t formatLength, const char *sourceFile, int sourceLine) in InternalFormattedIoStatementState() argument
156 ioStatementState_{*this}, format_{*this, format, formatLength} {}
160 const Descriptor &d, const CHAR *format, std::size_t formatLength, in InternalFormattedIoStatementState() argument
163 ioStatementState_{*this}, format_{*this, format, formatLength} {}
439 ExternalFileUnit &unit, const CHAR *format, std::size_t formatLength, in ExternalFormattedIoStatementState() argument
442 format_{*this, format, formatLength} {}
963 ChildIo &child, const CHAR *format, std::size_t formatLength, in ChildFormattedIoStatementState() argument
967 formatLength} {}
H A Dio-stmt.h370 const CharType *format, std::size_t formatLength,
373 std::size_t formatLength, const char *sourceFile = nullptr,
460 std::size_t formatLength, const char *sourceFile = nullptr,
519 std::size_t formatLength, const char *sourceFile = nullptr,
H A Dformat.h87 std::size_t formatLength, int maxHeight = maxMaxHeight);
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h87 const char *format, std::size_t formatLength, void **scratchArea = nullptr,
91 const char *format, std::size_t formatLength, void **scratchArea = nullptr,
106 std::size_t internalLength, const char *format, std::size_t formatLength,
110 std::size_t internalLength, const char *format, std::size_t formatLength,