Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dunit.h185 Iostat CheckFormattingAndDirection(bool unformatted, Direction);
H A Dio-api.cpp198 iostat = child->CheckFormattingAndDirection(false, DIR); in BeginExternalListIO()
258 iostat = child->CheckFormattingAndDirection(false, DIR); in BeginExternalFormattedIO()
314 iostat = child->CheckFormattingAndDirection(true, DIR); in BeginUnformattedIO()
H A Dunit.cpp984 Iostat ChildIo::CheckFormattingAndDirection( in CheckFormattingAndDirection() function in Fortran::runtime::io::ChildIo