Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp38 ASSERT_TRUE(IONAME(SetRecl)(io, recl)) << "SetRecl()"; in TEST()
103 ASSERT_TRUE(IONAME(SetRecl)(io, recl)) << "SetRecl()"; in TEST()
164 ASSERT_TRUE(IONAME(SetRecl)(io, recl)) << "SetRecl()"; in TEST()
347 ASSERT_TRUE(IONAME(SetRecl)(io, recl)) << "SetRecl()"; in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h290 bool IONAME(SetRecl)(Cookie, std::size_t); // RECL=
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp947 bool IONAME(SetRecl)(Cookie cookie, std::size_t n) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp98 mkIOKey(SetPosition), mkIOKey(SetRecl), mkIOKey(SetStatus),
1005 return genIntIOOption<mkIOKey(SetRecl)>(converter, loc, cookie, spec); in genIOOption()