Searched refs:OutputDescriptor (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Runtime/ |
| H A D | NumericalFormatTest.cpp | 223 IONAME(OutputDescriptor)(cookie, desc); in TEST() local 239 IONAME(OutputDescriptor)(cookie, desc); in TEST() local
|
| H A D | ExternalIOTest.cpp | 191 ASSERT_TRUE(IONAME(OutputDescriptor)(io, desc)) in TEST() 750 ASSERT_TRUE(IONAME(OutputDescriptor)(io, desc)); in TEST() 827 ASSERT_TRUE(IONAME(OutputDescriptor)(io, desc)); in TEST()
|
| /llvm-project-15.0.7/flang/include/flang/Runtime/ |
| H A D | io-api.h | 238 bool IONAME(OutputDescriptor)(Cookie, const Descriptor &);
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 87 mkIOKey(OutputNamelist), mkIOKey(InputNamelist), mkIOKey(OutputDescriptor), 414 return getIORuntimeFunc<mkIOKey(OutputDescriptor)>(loc, builder); in getOutputFunc() 459 return getIORuntimeFunc<mkIOKey(OutputDescriptor)>(loc, builder); in getOutputFunc()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | io-api.cpp | 1070 bool IONAME(OutputDescriptor)(Cookie cookie, const Descriptor &descriptor) { in IONAME() argument
|