Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-io.cpp173 void IoChecker::Enter(const parser::ConnectSpec::Recl &spec) { in Enter()
174 SetSpecifier(IoSpecKind::Recl); in Enter()
414 case ParseKind::Recl: in Enter()
415 specKind = IoSpecKind::Recl; in Enter()
662 "ACCESS='DIRECT'", IoSpecKind::Recl); // 12.5.6.15 in Leave()
664 "STATUS='STREAM'", IoSpecKind::Recl); // 12.5.6.15 in Leave()
Dcheck-io.h44 void Enter(const parser::ConnectSpec::Recl &);
/external/llvm-project/flang/include/flang/Common/
DFortran.h53 Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign,
/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp103 construct<ConnectSpec::Recl>("RECL =" >> scalarIntExpr)),
459 pure(InquireSpec::IntVar::Kind::Recl), scalar(integer(variable)))),
Dunparse.cpp1209 [&](const ConnectSpec::Recl &) { in Pre() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2566 WRAPPER_CLASS(Recl, ScalarIntExpr);
2569 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>
2784 ENUM_CLASS(Kind, Iostat, Nextrec, Number, Pos, Recl, Size)
Ddump-parse-tree.h202 NODE(ConnectSpec, Recl) in NODE()
/external/llvm-project/flang/lib/Lower/
DIO.cpp620 mlir::Value genIOOption<Fortran::parser::ConnectSpec::Recl>( in genIOOption()
622 mlir::Value cookie, const Fortran::parser::ConnectSpec::Recl &spec) { in genIOOption()