Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DRuntimeCrashTest.cpp60 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
70 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
86 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
97 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
108 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
119 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
126 cookie = IONAME(BeginInternalFormattedOutput)( in TEST()
137 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
144 cookie = IONAME(BeginInternalFormattedOutput)( in TEST()
155 auto *cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
H A DNumericalFormatTest.cpp37 auto cookie{IONAME(BeginInternalFormattedOutput)( in CompareFormatReal()
68 auto cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
204 auto cookie{IONAME(BeginInternalFormattedOutput)( in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h105 Cookie IONAME(BeginInternalFormattedOutput)(char *internal,
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp134 Cookie IONAME(BeginInternalFormattedOutput)(char *internal, in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp74 mkIOKey(BeginInternalListInput), mkIOKey(BeginInternalFormattedOutput),
1832 return getIORuntimeFunc<mkIOKey(BeginInternalFormattedOutput)>(loc, in getBeginDataTransferFunc()