Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp59 ASSERT_TRUE(IONAME(SetRec)(io, j)) << "SetRec(" << j << ')'; in TEST()
73 ASSERT_TRUE(IONAME(SetRec)(io, j)) << "SetRec(" << j << ')'; in TEST()
115 ASSERT_TRUE(IONAME(SetRec)(io, j)) << "SetRec(" << j << ')'; in TEST()
134 ASSERT_TRUE(IONAME(SetRec)(io, j)) << "SetRec(" << j << ')'; in TEST()
361 ASSERT_TRUE(IONAME(SetRec)(io, j)) << "SetRec(" << j << ')'; in TEST()
371 ASSERT_TRUE(IONAME(SetRec)(io, j)) << "SetRec(" << j << ')'; in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h218 bool IONAME(SetRec)(Cookie, std::int64_t);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp635 bool IONAME(SetRec)(Cookie cookie, std::int64_t rec) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp86 mkIOKey(SetRec), mkIOKey(SetRound), mkIOKey(SetSign),
1082 return genIntIOOption<mkIOKey(SetRec)>(converter, loc, cookie, spec); in genIOOption()