Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp47 io = IONAME(BeginInquireIoLength)(__FILE__, __LINE__); in TEST()
173 io = IONAME(BeginInquireIoLength)(__FILE__, __LINE__); in TEST()
189 io = IONAME(BeginInquireIoLength)(__FILE__, __LINE__); in TEST()
/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h177 Cookie IONAME(BeginInquireIoLength)(
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp505 Cookie IONAME(BeginInquireIoLength)(const char *sourceFile, int sourceLine) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp82 mkIOKey(BeginInquireFile), mkIOKey(BeginInquireIoLength),
2217 beginFunc = getIORuntimeFunc<mkIOKey(BeginInquireIoLength)>(loc, builder); in genInquireStatement()