Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/module/
H A D__fortran_type_info.f90102 enumerator :: ReadFormatted = 3, ReadUnformatted = 4 enumerator
/llvm-project-15.0.7/flang/runtime/
H A Dtype-info.h127 ReadUnformatted = 4, enumerator
H A Dtype-info.cpp287 case Which::ReadUnformatted: in Dump()
H A Ddescriptor-io.h325 ? typeInfo::SpecialBinding::Which::ReadUnformatted in UnformattedDescriptorIO()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names-utils.cpp155 [&](const parser::GenericSpec::ReadUnformatted &) -> GenericKind { in Analyze() argument
156 return GenericKind::DefinedIo::ReadUnformatted; in Analyze()
H A Druntime-type-info.cpp575 specials, GenericKind::DefinedIo::ReadUnformatted, &scope); in DescribeType()
998 case GenericKind::DefinedIo::ReadUnformatted: in DescribeGeneric()
1086 case GenericKind::DefinedIo::ReadUnformatted: in DescribeSpecialProc()
H A Dsymbol.cpp698 case DefinedIo::ReadUnformatted: in AsFortran()
H A Dcheck-io.cpp334 : GenericKind::DefinedIo::ReadUnformatted, in Enter()
H A Dcheck-declarations.cpp2011 ioKind == GenericKind::DefinedIo::ReadUnformatted in CheckDioDtvArg()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprogram-parsers.cpp370 construct<GenericSpec::ReadUnformatted>("READ ( UNFORMATTED )"_tok)),
H A Dunparse.cpp1639 [&](const GenericSpec::ReadUnformatted &) { in Before() argument
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h436 ReadFormatted, ReadUnformatted, WriteFormatted, WriteUnformatted) in ENUM_CLASS()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h341 NODE(GenericSpec, ReadUnformatted) in NODE()
H A Dparse-tree.h2950 EMPTY_CLASS(ReadUnformatted);
2955 ReadUnformatted, WriteFormatted, WriteUnformatted>