Home
last modified time | relevance | path

Searched refs:Recl (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Common/
H A DFortran.h53 Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign,
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.cpp183 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 Dcheck-io.h44 void Enter(const parser::ConnectSpec::Recl &);
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp104 construct<ConnectSpec::Recl>("RECL =" >> scalarIntExpr)),
466 pure(InquireSpec::IntVar::Kind::Recl), scalar(integer(variable)))),
H A Dunparse.cpp1229 [&](const ConnectSpec::Recl &) { in Pre() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2587 WRAPPER_CLASS(Recl, ScalarIntExpr);
2590 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>
2805 ENUM_CLASS(Kind, Iostat, Nextrec, Number, Pos, Recl, Size)
H A Ddump-parse-tree.h211 NODE(ConnectSpec, Recl) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1002 mlir::Value genIOOption<Fortran::parser::ConnectSpec::Recl>( in genIOOption()
1004 mlir::Value cookie, const Fortran::parser::ConnectSpec::Recl &spec) { in genIOOption()