Searched refs:SetRecl (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | ExternalIOTest.cpp | 38 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 D | io-api.h | 290 bool IONAME(SetRecl)(Cookie, std::size_t); // RECL=
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 947 bool IONAME(SetRecl)(Cookie cookie, std::size_t n) { in IONAME() argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 98 mkIOKey(SetPosition), mkIOKey(SetRecl), mkIOKey(SetStatus), 1005 return genIntIOOption<mkIOKey(SetRecl)>(converter, loc, cookie, spec); in genIOOption()
|