Searched refs:formatLength (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/flang/runtime/ |
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 129 internal, internalLength, format, formatLength, sourceFile, sourceLine) in BeginInternalFormattedIO() 135 std::size_t internalLength, const char *format, std::size_t formatLength, in IONAME() 139 format, formatLength, scratchArea, scratchBytes, sourceFile, sourceLine); in IONAME() [all …]
|
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_)); 38 IoErrorHandler &handler, const CharType *format, std::size_t formatLength) { in GetMaxParenthesisNesting() argument 41 const CharType *end{format + formatLength}; in GetMaxParenthesisNesting()
|
D | format.h | 86 std::size_t formatLength, int maxHeight = maxMaxHeight); 91 IoErrorHandler &, const CharType *format, std::size_t formatLength);
|
D | io-api.h | 82 const char *format, std::size_t formatLength, void **scratchArea = nullptr, 86 const char *format, std::size_t formatLength, void **scratchArea = nullptr, 101 std::size_t internalLength, const char *format, std::size_t formatLength, 105 std::size_t internalLength, const char *format, std::size_t formatLength,
|
D | io-stmt.cpp | 132 std::size_t formatLength, const char *sourceFile, int sourceLine) in InternalFormattedIoStatementState() argument 135 ioStatementState_{*this}, format_{*this, format, formatLength} {} 139 const Descriptor &d, const CHAR *format, std::size_t formatLength, in InternalFormattedIoStatementState() argument 142 ioStatementState_{*this}, format_{*this, format, formatLength} {} 339 ExternalFileUnit &unit, const CHAR *format, std::size_t formatLength, in ExternalFormattedIoStatementState() argument 342 mutableModes_{unit.modes}, format_{*this, format, formatLength} {}
|
D | io-stmt.h | 220 const CharType *format, std::size_t formatLength, 223 std::size_t formatLength, const char *sourceFile = nullptr, 295 std::size_t formatLength, const char *sourceFile = nullptr,
|