| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 72 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 D | format-implementation.h | 26 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 D | io-stmt.cpp | 153 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 D | io-stmt.h | 370 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 D | format.h | 87 std::size_t formatLength, int maxHeight = maxMaxHeight);
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 87 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,
|