Home
last modified time | relevance | path

Searched defs:IONAME (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/runtime/
Dio-api.cpp56 Cookie IONAME(BeginInternalArrayListOutput)(const Descriptor &descriptor, in IONAME() function
63 Cookie IONAME(BeginInternalArrayListInput)(const Descriptor &descriptor, in IONAME() function
81 Cookie IONAME(BeginInternalArrayFormattedOutput)(const Descriptor &descriptor, in IONAME() function
88 Cookie IONAME(BeginInternalArrayFormattedInput)(const Descriptor &descriptor, in IONAME() function
107 Cookie IONAME(BeginInternalListOutput)(char *internal, in IONAME() function
114 Cookie IONAME(BeginInternalListInput)(const char *internal, in IONAME() function
134 Cookie IONAME(BeginInternalFormattedOutput)(char *internal, in IONAME() function
142 Cookie IONAME(BeginInternalFormattedInput)(const char *internal, in IONAME() function
174 Cookie IONAME(BeginExternalListOutput)( in IONAME() function
180 Cookie IONAME(BeginExternalListInput)( in IONAME() function
[all …]
Dio-api.h54 #define IONAME(name) RTNAME(io##name) macro