Searched refs:Newunit (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.cpp | 168 void IoChecker::Enter(const parser::ConnectSpec::Newunit &var) { in Enter() 170 SetSpecifier(IoSpecKind::Newunit); in Enter() 639 specifierSet_.test(IoSpecKind::Newunit), in Leave() 642 IoSpecKind::Newunit, IoSpecKind::Unit); // C1204, C1205 in Leave() 650 CheckForRequiredSpecifier(IoSpecKind::Newunit, in Leave() 655 CheckForRequiredSpecifier(IoSpecKind::Newunit, in Leave()
|
D | check-io.h | 43 void Enter(const parser::ConnectSpec::Newunit &);
|
D | check-do-forall.cpp | 997 std::get_if<parser::ConnectSpec::Newunit>(&connectSpec.u)}; in Leave()
|
/external/llvm-project/flang/include/flang/Common/ |
D | Fortran.h | 52 Id, Iomsg, Iostat, Name, Named, Newunit, Nextrec, Nml, Number, Opened, Pad,
|
/external/llvm-project/flang/lib/Parser/ |
D | io-parsers.cpp | 94 construct<ConnectSpec>(construct<ConnectSpec::Newunit>(
|
D | unparse.cpp | 1213 [&](const ConnectSpec::Newunit &) { in Pre() argument
|
/external/llvm-project/flang/include/flang/Parser/ |
D | dump-parse-tree.h | 201 NODE(ConnectSpec, Newunit) in NODE()
|
D | parse-tree.h | 2567 WRAPPER_CLASS(Newunit, ScalarIntVariable); 2569 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 1087 assert(hasMem<Fortran::parser::ConnectSpec::Newunit>(stmt)); in genOpenStatement()
|