Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h52 Id, Iomsg, Iostat, Name, Named, Newunit, Nextrec, Nml, Number, Opened, Pad,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp178 void IoChecker::Enter(const parser::ConnectSpec::Newunit &var) { in Enter()
180 SetSpecifier(IoSpecKind::Newunit); in Enter()
683 specifierSet_.test(IoSpecKind::Newunit), in Leave()
686 IoSpecKind::Newunit, IoSpecKind::Unit); // C1204, C1205 in Leave()
694 CheckForRequiredSpecifier(IoSpecKind::Newunit, in Leave()
699 CheckForRequiredSpecifier(IoSpecKind::Newunit, in Leave()
H A Dcheck-io.h43 void Enter(const parser::ConnectSpec::Newunit &);
H A Dcheck-do-forall.cpp995 std::get_if<parser::ConnectSpec::Newunit>(&connectSpec.u)}; in Leave()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp95 construct<ConnectSpec>(construct<ConnectSpec::Newunit>(
H A Dunparse.cpp1233 [&](const ConnectSpec::Newunit &) { in Pre() argument
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1157 [&](const Fortran::parser::ConnectSpec::Newunit &x) -> mlir::Value { in threadSpecs()
1684 std::get_if<Fortran::parser::ConnectSpec::Newunit>(&spec.u)) { in genNewunitSpec()
1722 hasNewunitSpec = hasSpec<Fortran::parser::ConnectSpec::Newunit>(stmt); in genOpenStatement()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h210 NODE(ConnectSpec, Newunit) in NODE()
H A Dparse-tree.h2588 WRAPPER_CLASS(Newunit, ScalarIntVariable);
2590 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>