Home
last modified time | relevance | path

Searched refs:ReadUnformatted (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/runtime/
Dtype-info.h120 ReadUnformatted = 17, enumerator
/external/llvm-project/flang/module/
D__fortran_type_info.f90103 enumerator :: ReadFormatted = 16, ReadUnformatted = 17 enumerator
/external/llvm-project/flang/lib/Semantics/
Dresolve-names-utils.cpp152 [&](const parser::GenericSpec::ReadUnformatted &) -> GenericKind { in Analyze() argument
153 return GenericKind::DefinedIo::ReadUnformatted; in Analyze()
Druntime-type-info.cpp505 GenericKind::DefinedIo::ReadUnformatted, &scope); in DescribeType()
829 case GenericKind::DefinedIo::ReadUnformatted: in DescribeGeneric()
905 case GenericKind::DefinedIo::ReadUnformatted: in DescribeSpecialProc()
/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp367 construct<GenericSpec::ReadUnformatted>("READ ( UNFORMATTED )"_tok)),
Dunparse.cpp1617 [&](const GenericSpec::ReadUnformatted &) { in Before() argument
/external/llvm-project/flang/include/flang/Semantics/
Dsymbol.h402 ReadFormatted, ReadUnformatted, WriteFormatted, WriteUnformatted) in ENUM_CLASS()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h333 NODE(GenericSpec, ReadUnformatted) in NODE()
Dparse-tree.h2929 EMPTY_CLASS(ReadUnformatted);
2934 ReadUnformatted, WriteFormatted, WriteUnformatted>