Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Runtime/
H A Dio-api.h35 using InquiryKeywordHash = std::uint64_t; variable
/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.cpp64 bool IoStatementBase::Inquire(InquiryKeywordHash, char *, std::size_t) { in Inquire() argument
68 bool IoStatementBase::Inquire(InquiryKeywordHash, bool &) { return false; } in Inquire() argument
70 bool IoStatementBase::Inquire(InquiryKeywordHash, std::int64_t, bool &) { in Inquire() argument
74 bool IoStatementBase::Inquire(InquiryKeywordHash, std::int64_t &) { in Inquire() argument