Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Runtime/
Dexternal-io.cpp35 IONAME(SetRec)(io, j) || (Fail() << "SetRec(" << j << ')', 0); in TestDirectUnformatted() local
47 IONAME(SetRec) in TestDirectUnformatted() local
93 IONAME(SetRec)(io, j) || (Fail() << "SetRec(" << j << ')', 0); in TestDirectUnformattedSwapped() local
112 IONAME(SetRec) in TestDirectUnformattedSwapped() local
333 IONAME(SetRec)(io, j) || (Fail() << "SetRec(" << j << ')', 0); in TestDirectFormatted() local
342 IONAME(SetRec)(io, j) || (Fail() << "SetRec(" << j << ')', 0); in TestDirectFormatted() local
/external/llvm-project/flang/runtime/
Dio-api.h212 bool IONAME(SetRec)(Cookie, std::int64_t);
Dio-api.cpp502 bool IONAME(SetRec)(Cookie cookie, std::int64_t rec) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp55 mkIOKey(SetRec), mkIOKey(SetRound), mkIOKey(SetSign),
706 return genIntIOOption<mkIOKey(SetRec)>(converter, loc, cookie, spec); in genIOOption()