Searched refs:SetRecl (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | external-io.cpp | 24 IONAME(SetRecl)(io, recl) || (Fail() << "SetRecl()", 0); in TestDirectUnformatted() local 82 IONAME(SetRecl)(io, recl) || (Fail() << "SetRecl()", 0); in TestDirectUnformattedSwapped() local 147 IONAME(SetRecl)(io, recl) || (Fail() << "SetRecl()", 0); in TestSequentialFixedUnformatted() local 320 IONAME(SetRecl)(io, recl) || (Fail() << "SetRecl()", 0); in TestDirectFormatted() local
|
/external/llvm-project/flang/runtime/ |
D | io-api.h | 277 bool IONAME(SetRecl)(Cookie, std::size_t); // RECL=
|
D | io-api.cpp | 780 bool IONAME(SetRecl)(Cookie cookie, std::size_t n) { in IONAME() argument
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 64 mkIOKey(SetPosition), mkIOKey(SetRecl), mkIOKey(SetStatus), 623 return genIntIOOption<mkIOKey(SetRecl)>(converter, loc, cookie, spec); in genIOOption()
|