Searched refs:Recl (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/flang/include/flang/Common/ |
| H A D | Fortran.h | 53 Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign,
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-io.cpp | 183 void IoChecker::Enter(const parser::ConnectSpec::Recl &spec) { in Enter() 184 SetSpecifier(IoSpecKind::Recl); in Enter() 450 case ParseKind::Recl: in Enter() 451 specKind = IoSpecKind::Recl; in Enter() 706 "ACCESS='DIRECT'", IoSpecKind::Recl); // 12.5.6.15 in Leave() 708 "STATUS='STREAM'", IoSpecKind::Recl); // 12.5.6.15 in Leave()
|
| H A D | check-io.h | 44 void Enter(const parser::ConnectSpec::Recl &);
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | io-parsers.cpp | 104 construct<ConnectSpec::Recl>("RECL =" >> scalarIntExpr)), 466 pure(InquireSpec::IntVar::Kind::Recl), scalar(integer(variable)))),
|
| H A D | unparse.cpp | 1229 [&](const ConnectSpec::Recl &) { in Pre() argument
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 2587 WRAPPER_CLASS(Recl, ScalarIntExpr); 2590 StatVariable, Recl, Newunit, ErrLabel, StatusExpr> 2805 ENUM_CLASS(Kind, Iostat, Nextrec, Number, Pos, Recl, Size)
|
| H A D | dump-parse-tree.h | 211 NODE(ConnectSpec, Recl) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 1002 mlir::Value genIOOption<Fortran::parser::ConnectSpec::Recl>( in genIOOption() 1004 mlir::Value cookie, const Fortran::parser::ConnectSpec::Recl &spec) { in genIOOption()
|