Home
last modified time | relevance | path

Searched refs:OutputDescriptor (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DNumericalFormatTest.cpp223 IONAME(OutputDescriptor)(cookie, desc); in TEST() local
239 IONAME(OutputDescriptor)(cookie, desc); in TEST() local
H A DExternalIOTest.cpp191 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 Dio-api.h238 bool IONAME(OutputDescriptor)(Cookie, const Descriptor &);
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp87 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 Dio-api.cpp1070 bool IONAME(OutputDescriptor)(Cookie cookie, const Descriptor &descriptor) { in IONAME() argument