Searched refs:SetRec (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/flang/unittests/Runtime/ |
D | external-io.cpp | 35 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/ |
D | io-api.h | 212 bool IONAME(SetRec)(Cookie, std::int64_t);
|
D | io-api.cpp | 502 bool IONAME(SetRec)(Cookie cookie, std::int64_t rec) { in IONAME() argument
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 55 mkIOKey(SetRec), mkIOKey(SetRound), mkIOKey(SetSign), 706 return genIntIOOption<mkIOKey(SetRec)>(converter, loc, cookie, spec); in genIOOption()
|