Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dtype-info.h119 ReadFormatted = 16, 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.cpp149 [&](const parser::GenericSpec::ReadFormatted &) -> GenericKind { in Analyze() argument
150 return GenericKind::DefinedIo::ReadFormatted; in Analyze()
Druntime-type-info.cpp502 GenericKind::DefinedIo::ReadFormatted, &scope); in DescribeType()
828 case GenericKind::DefinedIo::ReadFormatted: in DescribeGeneric()
902 case GenericKind::DefinedIo::ReadFormatted: in DescribeSpecialProc()
/external/llvm-project/flang/lib/Parser/
Dprogram-parsers.cpp365 construct<GenericSpec::ReadFormatted>("READ ( FORMATTED )"_tok)),
Dunparse.cpp1614 [&](const GenericSpec::ReadFormatted &) { 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.h332 NODE(GenericSpec, ReadFormatted) in NODE()
Dparse-tree.h2928 EMPTY_CLASS(ReadFormatted);
2933 std::variant<Name, DefinedOperator, Assignment, ReadFormatted,