Home
last modified time | relevance | path

Searched defs:CompleteOperation (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Dio-stmt.cpp165 void InternalFormattedIoStatementState<DIR, CHAR>::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::InternalFormattedIoStatementState
194 void InternalListIoStatementState<DIR>::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::InternalListIoStatementState
264 void OpenStatementState::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::OpenStatementState
343 void NoUnitIoStatementState::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::NoUnitIoStatementState
371 void ExternalIoStatementState<DIR>::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::ExternalIoStatementState
469 void ExternalFormattedIoStatementState<DIR, CHAR>::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::ExternalFormattedIoStatementState
524 void IoStatementState::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::IoStatementState
977 void ChildFormattedIoStatementState<DIR, CHAR>::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::ChildFormattedIoStatementState
1042 void ExternalMiscIoStatementState::CompleteOperation() { CompleteOperation() function in Fortran::runtime::io::ExternalMiscIoStatementState
[all...]
H A Dio-stmt.h273 RT_API_ATTRS void CompleteOperation() { completedOperation_ = true; } CompleteOperation() function
[all...]