Home
last modified time | relevance | path

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

/external/llvm-project/flang/unittests/Runtime/
Dhello.cpp136 IONAME(OutputDescriptor)(cookie, desc); in descrOutputTest() local
146 IONAME(OutputDescriptor)(cookie, desc); in descrOutputTest() local
/external/llvm-project/flang/runtime/
Dio-api.h232 bool IONAME(OutputDescriptor)(Cookie, const Descriptor &);
Dio-api.cpp894 bool IONAME(OutputDescriptor)(Cookie cookie, const Descriptor &descriptor) { in IONAME() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp56 mkIOKey(OutputDescriptor), mkIOKey(InputDescriptor),
212 return getIORuntimeFunc<mkIOKey(OutputDescriptor)>(loc, builder); in getOutputFunc()