Home
last modified time | relevance | path

Searched refs:BeginWait (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h147 Cookie IONAME(BeginWait)(ExternalUnit, AsynchronousId,
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp382 Cookie IONAME(BeginWait)(ExternalUnit unitNumber, AsynchronousId id, in IONAME() argument
400 return IONAME(BeginWait)(unitNumber, 0 /*no ID=*/, sourceFile, sourceLine); in IONAME()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp78 mkIOKey(BeginUnformattedInput), mkIOKey(BeginWait), mkIOKey(BeginWaitAll),
1756 hasId ? getIORuntimeFunc<mkIOKey(BeginWait)>(loc, builder) in genWaitStatement()