Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h324 bool IONAME(InquirePendingId)(Cookie, std::int64_t, bool &);
/llvm-project-15.0.7/flang/runtime/
H A Dio-api.cpp1372 bool IONAME(InquirePendingId)(Cookie cookie, std::int64_t id, bool &result) { in IONAME() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp101 mkIOKey(InquireLogical), mkIOKey(InquirePendingId),
2109 pendId ? getIORuntimeFunc<mkIOKey(InquirePendingId)>(loc, builder) in genInquireSpec()