Searched refs:ReadFormatted (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 | 126 ReadFormatted = 3, enumerator
|
| H A D | type-info.cpp | 284 case Which::ReadFormatted: in Dump()
|
| H A D | descriptor-io.h | 280 ? typeInfo::SpecialBinding::Which::ReadFormatted in FormattedDerivedTypeIO()
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | resolve-names-utils.cpp | 152 [&](const parser::GenericSpec::ReadFormatted &) -> GenericKind { in Analyze() argument 153 return GenericKind::DefinedIo::ReadFormatted; in Analyze()
|
| H A D | runtime-type-info.cpp | 573 specials, GenericKind::DefinedIo::ReadFormatted, &scope); in DescribeType() 997 case GenericKind::DefinedIo::ReadFormatted: in DescribeGeneric() 1083 case GenericKind::DefinedIo::ReadFormatted: in DescribeSpecialProc()
|
| H A D | check-declarations.cpp | 2010 ioKind == GenericKind::DefinedIo::ReadFormatted || in CheckDioDtvArg() 2094 (std::size_t)(ioKind == GenericKind::DefinedIo::ReadFormatted || in CheckDioArgCount() 2153 if (ioKind == GenericKind::DefinedIo::ReadFormatted || in CheckDefinedIoProc() 2164 if (ioKind == GenericKind::DefinedIo::ReadFormatted || in CheckDefinedIoProc()
|
| H A D | symbol.cpp | 695 case DefinedIo::ReadFormatted: in AsFortran()
|
| H A D | check-io.cpp | 333 flags_.test(Flag::FmtOrNml) ? GenericKind::DefinedIo::ReadFormatted in Enter()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | program-parsers.cpp | 368 construct<GenericSpec::ReadFormatted>("READ ( FORMATTED )"_tok)),
|
| H A D | unparse.cpp | 1636 [&](const GenericSpec::ReadFormatted &) { 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 | 340 NODE(GenericSpec, ReadFormatted) in NODE()
|
| H A D | parse-tree.h | 2949 EMPTY_CLASS(ReadFormatted); 2954 std::variant<Name, DefinedOperator, Assignment, ReadFormatted,
|