Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h29 using ExternalUnit = int; variable
31 static constexpr ExternalUnit DefaultUnit{-1}; // READ(*), WRITE(*), PRINT
131 Cookie IONAME(BeginExternalListOutput)(ExternalUnit = DefaultUnit,
133 Cookie IONAME(BeginExternalListInput)(ExternalUnit = DefaultUnit,
136 ExternalUnit = DefaultUnit, const char *sourceFile = nullptr,
139 ExternalUnit = DefaultUnit, const char *sourceFile = nullptr,
141 Cookie IONAME(BeginUnformattedOutput)(ExternalUnit = DefaultUnit,
143 Cookie IONAME(BeginUnformattedInput)(ExternalUnit = DefaultUnit,
147 Cookie IONAME(BeginWait)(ExternalUnit, AsynchronousId,
151 ExternalUnit, const char *sourceFile = nullptr, int sourceLine = 0);
[all …]
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp225 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in IONAME()
231 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in IONAME()
238 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in BeginExternalFormattedIO()
297 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in BeginUnformattedIO()
348 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in IONAME()
354 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in IONAME()
360 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in IONAME()
382 Cookie IONAME(BeginWait)(ExternalUnit unitNumber, AsynchronousId id, in IONAME()
399 ExternalUnit unitNumber, const char *sourceFile, int sourceLine) { in IONAME()
1403 static_assert(sizeof(INT) >= sizeof(ExternalUnit), in CheckUnitNumberInRangeImpl()
[all …]
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp901 if (std::numeric_limits<ExternalUnit>::max() < in TEST()
903 std::int64_t unit64Ok = std::numeric_limits<ExternalUnit>::max(); in TEST()
906 static_cast<std::int64_t>(std::numeric_limits<ExternalUnit>::min()) - 1; in TEST()