Home
last modified time | relevance | path

Searched defs:EndIoStatement (Results 1 – 6 of 6) sorted by relevance

/llvm-project/flang/examples/ExternalHelloWorld/
H A Dexternal-hello.cpp23 IONAME(EndIoStatement)(io); in output1() local
30 IONAME(EndIoStatement)(io); in input1() local
35 IONAME(EndIoStatement)(io); in input1() local
41 IONAME(EndIoStatement)(io); in input1() local
/llvm-project/flang/runtime/
H A Dio-stmt.cpp122 template <Direction DIR> int InternalIoStatementState<DIR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::InternalIoStatementState
176 int InternalFormattedIoStatementState<DIR, CHAR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::InternalFormattedIoStatementState
206 int InternalListIoStatementState<DIR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::InternalListIoStatementState
234 int ExternalIoStatementBase::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ExternalIoStatementBase
330 int OpenStatementState::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::OpenStatementState
335 int CloseStatementState::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::CloseStatementState
348 int NoUnitIoStatementState::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::NoUnitIoStatementState
397 template <Direction DIR> int ExternalIoStatementState<DIR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ExternalIoStatementState
481 int ExternalFormattedIoStatementState<DIR, CHAR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ExternalFormattedIoStatementState
528 int IoStatementState::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::IoStatementState
752 int ListDirectedStatementState<Direction::Input>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ListDirectedStatementState::Input
871 int ExternalListIoStatementState<DIR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ExternalListIoStatementState
923 template <Direction DIR> int ChildIoStatementState<DIR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ChildIoStatementState
985 int ChildFormattedIoStatementState<DIR, CHAR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ChildFormattedIoStatementState
1009 template <Direction DIR> int ChildListIoStatementState<DIR>::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ChildListIoStatementState
1069 int ExternalMiscIoStatementState::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ExternalMiscIoStatementState
1548 int ErroneousIoStatementState::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ErroneousIoStatementState
[all...]
H A Dunit.cpp486 void ExternalFileUnit::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ExternalFileUnit
769 void ChildIo::EndIoStatement() { EndIoStatement() function in Fortran::runtime::io::ChildIo
H A Dio-api-minimal.cpp30 enum Iostat IODEF(EndIoStatement)(Cookie cookie) { in IODEF() argument
H A Dextensions.cpp75 IONAME(EndIoStatement)(cookie); FORTRAN_PROCEDURE_NAME() local
H A Dio-stmt.h274 RT_API_ATTRS int EndIoStatement() { return GetIoStat(); } EndIoStatement() function
[all...]