Home
last modified time | relevance | path

Searched defs:IODEF (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/runtime/
H A Dio-api.cpp64 Cookie IODEF(BeginInternalArrayListOutput)(const Descriptor &descriptor, in IODEF() function
71 Cookie IODEF(BeginInternalArrayListInput)(const Descriptor &descriptor, in IODEF() function
90 Cookie IODEF(BeginInternalArrayFormattedOutput)(const Descriptor &descriptor, in IODEF() function
99 Cookie IODEF(BeginInternalArrayFormattedInput)(const Descriptor &descriptor, in IODEF() function
120 Cookie IODEF(BeginInternalListOutput)(char *internal, in IODEF() function
127 Cookie IODEF(BeginInternalListInput)(const char *internal, in IODEF() function
148 Cookie IODEF(BeginInternalFormattedOutput)(char *internal, in IODEF() function
157 Cookie IODEF(BeginInternalFormattedInput)(const char *internal, in IODEF() function
166 Cookie IODEF(BeginExternalListInput)( in IODEF() function
217 Cookie IODEF(BeginExternalFormattedOutpu function
224 Cookie IODEF(BeginExternalFormattedInput)(const char *format, IODEF() function
283 Cookie IODEF(BeginUnformattedOutput)( IODEF() function
289 Cookie IODEF(BeginUnformattedInput)( IODEF() function
295 Cookie IODEF(BeginOpenUnit)( // OPEN(without NEWUNIT=) IODEF() function
315 Cookie IODEF(BeginOpenNewUnit)( // OPEN(NEWUNIT=j) IODEF() function
325 Cookie IODEF(BeginWait)(ExternalUnit unitNumber, AsynchronousId id, IODEF() function
341 Cookie IODEF(BeginWaitAll)( IODEF() function
346 Cookie IODEF(BeginClose)( IODEF() function
365 Cookie IODEF(BeginFlush)( IODEF() function
383 Cookie IODEF(BeginBackspace)( IODEF() function
401 Cookie IODEF(BeginEndfile)( IODEF() function
421 Cookie IODEF(BeginRewind)( IODEF() function
441 Cookie IODEF(BeginInquireUnit)( IODEF() function
461 Cookie IODEF(BeginInquireFile)(const char *path, std::size_t pathLength, IODEF() function
485 Cookie IODEF(BeginInquireIoLength)(const char *sourceFile, int sourceLine) { IODEF() function
494 void IODEF(EnableHandlers)(Cookie cookie, bool hasIoStat, bool hasErr, IODEF() function
529 bool IODEF(SetAdvance)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
546 bool IODEF(SetBlank)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
563 bool IODEF(SetDecimal)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
580 bool IODEF(SetDelim)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
600 bool IODEF(SetPad)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
607 bool IODEF(SetPos)(Cookie cookie, std::int64_t pos) { IODEF() function
618 bool IODEF(SetRec)(Cookie cookie, std::int64_t rec) { IODEF() function
634 bool IODEF(SetRound)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
664 bool IODEF(SetSign)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
683 bool IODEF(SetAccess)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
719 bool IODEF(SetAction)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
761 bool IODEF(SetAsynchronous)( IODEF() function
788 bool IODEF(SetCarriagecontrol)( IODEF() function
820 bool IODEF(SetConvert)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
844 bool IODEF(SetEncoding)( IODEF() function
876 bool IODEF(SetForm)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
904 bool IODEF(SetPosition)( IODEF() function
937 bool IODEF(SetRecl)(Cookie cookie, std::size_t n) { IODEF() function
964 bool IODEF(SetStatus)(Cookie cookie, const char *keyword, std::size_t length) { IODEF() function
1018 bool IODEF(SetFile)(Cookie cookie, const char *path, std::size_t chars) { IODEF() function
1035 bool IODEF(GetNewUnit)(Cookie cookie, int &unit, int kind) { IODEF() function
1063 bool IODEF(OutputDescriptor)(Cookie cookie, const Descriptor &descriptor) { IODEF() function
1067 bool IODEF(InputDescriptor)(Cookie cookie, const Descriptor &descriptor) { IODEF() function
1071 bool IODEF(InputInteger)(Cookie cookie, std::int64_t &n, int kind) { IODEF() function
1082 bool IODEF(InputReal32)(Cookie cookie, float &x) { IODEF() function
1092 bool IODEF(InputReal64)(Cookie cookie, double &x) { IODEF() function
1102 bool IODEF(InputComplex32)(Cookie cookie, float z[2]) { IODEF() function
1113 bool IODEF(InputComplex64)(Cookie cookie, double z[2]) { IODEF() function
1124 bool IODEF(OutputCharacter)( IODEF() function
1136 bool IODEF(InputCharacter)( IODEF() function
1147 bool IODEF(InputAscii)(Cookie cookie, char *x, std::size_t length) { IODEF() function
1151 bool IODEF(InputLogical)(Cookie cookie, bool &truth) { IODEF() function
1162 bool IODEF(OutputDerivedType)(Cookie cookie, const Descriptor &descriptor, IODEF() function
1167 bool IODEF(InputDerivedType)(Cookie cookie, const Descriptor &descriptor, IODEF() function
1172 std::size_t IODEF(GetSize)(Cookie cookie) { IODEF() function
1189 std::size_t IODEF(GetIoLength)(Cookie cookie) { IODEF() function
1205 void IODEF(GetIoMsg)(Cookie cookie, char *msg, std::size_t length) { IODEF() function
1216 AsynchronousId IODEF(GetAsynchronousId)(Cookie cookie) { IODEF() function
1229 bool IODEF(InquireCharacter)(Cookie cookie, InquiryKeywordHash inquiry, IODEF() function
1235 bool IODEF(InquireLogical)( IODEF() function
1241 bool IODEF(InquirePendingId)(Cookie cookie, AsynchronousId id, bool &result) { IODEF() function
1246 bool IODEF(InquireInteger64)( IODEF() function
1297 enum Iostat IODEF(CheckUnitNumberInRange64)(std::int64_t unit, bool handleError, IODEF() function
1305 enum Iostat IODEF(CheckUnitNumberInRange128)(common::int128_t unit, IODEF() function
[all...]
H A Dio-api-minimal.cpp24 Cookie IODEF(BeginExternalListOutput)( in IODEF() function
30 enum Iostat IODEF(EndIoStatement)(Cookie cookie) { in IODEF() function
46 bool IODEF(OutputInteger8)(Cookie cookie, std::int8_t n) { in IODEF() function
50 bool IODEF(OutputInteger16)(Cookie cookie, std::int16_t n) { in IODEF() function
54 bool IODEF(OutputInteger32)(Cookie cookie, std::int32_t n) { in IODEF() function
58 bool IODEF(OutputInteger64)(Cookie cookie, std::int64_t n) { in IODEF() function
63 bool IODEF(OutputInteger128)(Cookie cookie, common::int128_t n) { in IODEF() function
80 bool IODEF(OutputReal32)(Cookie cookie, float x) { in IODEF() function
84 bool IODEF(OutputReal64)(Cookie cookie, double x) { in IODEF() function
111 bool IODEF(OutputComplex3 function
115 bool IODEF(OutputComplex64)(Cookie cookie, double re, double im) { IODEF() function
119 bool IODEF(OutputAscii)(Cookie cookie, const char *x, std::size_t length) { IODEF() function
134 bool IODEF(OutputLogical)(Cookie cookie, bool truth) { IODEF() function
[all...]
H A Dnamelist.cpp33 bool IODEF(OutputNamelist)(Cookie cookie, const NamelistGroup &group) { in IODEF() function
440 bool IODEF(InputNamelist)(Cookie cookie, const NamelistGroup &group) { in IODEF() function
/llvm-project/flang/include/flang/Runtime/
H A Dio-api.h66 #define IODEF( global() macro