Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dio-stmt.cpp744 case HashInquiryKeyword("ACCESS"): in Inquire()
757 case HashInquiryKeyword("ACTION"): in Inquire()
760 case HashInquiryKeyword("ASYNCHRONOUS"): in Inquire()
763 case HashInquiryKeyword("BLANK"): in Inquire()
768 case HashInquiryKeyword("CARRIAGECONTROL"): in Inquire()
771 case HashInquiryKeyword("CONVERT"): in Inquire()
774 case HashInquiryKeyword("DECIMAL"): in Inquire()
779 case HashInquiryKeyword("DELIM"): in Inquire()
796 case HashInquiryKeyword("DIRECT"): in Inquire()
802 case HashInquiryKeyword("ENCODING"): in Inquire()
[all …]
Dio-api.h35 constexpr InquiryKeywordHash HashInquiryKeyword(const char *p) { in HashInquiryKeyword() function
Dio-api.cpp1079 return io.Inquire(HashInquiryKeyword("PENDING"), id, result); in IONAME()