Home
last modified time | relevance | path

Searched refs:SetRecl (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp24 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/
Dio-api.h277 bool IONAME(SetRecl)(Cookie, std::size_t); // RECL=
Dio-api.cpp780 bool IONAME(SetRecl)(Cookie cookie, std::size_t n) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp64 mkIOKey(SetPosition), mkIOKey(SetRecl), mkIOKey(SetStatus),
623 return genIntIOOption<mkIOKey(SetRecl)>(converter, loc, cookie, spec); in genIOOption()