Searched refs:Newunit (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 52 Id, Iomsg, Iostat, Name, Named, Newunit, Nextrec, Nml, Number, Opened, Pad,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 178 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 D | check-io.h | 43 void Enter(const parser::ConnectSpec::Newunit &);
|
| H A D | check-do-forall.cpp | 995 std::get_if<parser::ConnectSpec::Newunit>(&connectSpec.u)}; in Leave()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 95 construct<ConnectSpec>(construct<ConnectSpec::Newunit>(
|
| H A D | unparse.cpp | 1233 [&](const ConnectSpec::Newunit &) { in Pre() argument
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 1157 [&](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 D | dump-parse-tree.h | 210 NODE(ConnectSpec, Newunit) in NODE()
|
| H A D | parse-tree.h | 2588 WRAPPER_CLASS(Newunit, ScalarIntVariable); 2590 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>
|