Searched refs:ReadUnformatted (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/flang/module/ |
| H A D | __fortran_type_info.f90 | 102 enumerator :: ReadFormatted = 3, ReadUnformatted = 4 enumerator
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | type-info.h | 127 ReadUnformatted = 4, enumerator
|
| H A D | type-info.cpp | 287 case Which::ReadUnformatted: in Dump()
|
| H A D | descriptor-io.h | 325 ? typeInfo::SpecialBinding::Which::ReadUnformatted in UnformattedDescriptorIO()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names-utils.cpp | 155 [&](const parser::GenericSpec::ReadUnformatted &) -> GenericKind { in Analyze() argument 156 return GenericKind::DefinedIo::ReadUnformatted; in Analyze()
|
| H A D | runtime-type-info.cpp | 575 specials, GenericKind::DefinedIo::ReadUnformatted, &scope); in DescribeType() 998 case GenericKind::DefinedIo::ReadUnformatted: in DescribeGeneric() 1086 case GenericKind::DefinedIo::ReadUnformatted: in DescribeSpecialProc()
|
| H A D | symbol.cpp | 698 case DefinedIo::ReadUnformatted: in AsFortran()
|
| H A D | check-io.cpp | 334 : GenericKind::DefinedIo::ReadUnformatted, in Enter()
|
| H A D | check-declarations.cpp | 2011 ioKind == GenericKind::DefinedIo::ReadUnformatted in CheckDioDtvArg()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 370 construct<GenericSpec::ReadUnformatted>("READ ( UNFORMATTED )"_tok)),
|
| H A D | unparse.cpp | 1639 [&](const GenericSpec::ReadUnformatted &) { in Before() argument
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | symbol.h | 436 ReadFormatted, ReadUnformatted, WriteFormatted, WriteUnformatted) in ENUM_CLASS()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | dump-parse-tree.h | 341 NODE(GenericSpec, ReadUnformatted) in NODE()
|
| H A D | parse-tree.h | 2950 EMPTY_CLASS(ReadUnformatted); 2955 ReadUnformatted, WriteFormatted, WriteUnformatted>
|