Searched refs:Recl (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-io.cpp | 173 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()
|
D | check-io.h | 44 void Enter(const parser::ConnectSpec::Recl &);
|
/external/llvm-project/flang/include/flang/Common/ |
D | Fortran.h | 53 Pending, Pos, Position, Read, Readwrite, Rec, Recl, Round, Sequential, Sign,
|
/external/llvm-project/flang/lib/Parser/ |
D | io-parsers.cpp | 103 construct<ConnectSpec::Recl>("RECL =" >> scalarIntExpr)), 459 pure(InquireSpec::IntVar::Kind::Recl), scalar(integer(variable)))),
|
D | unparse.cpp | 1209 [&](const ConnectSpec::Recl &) { in Pre() argument
|
/external/llvm-project/flang/include/flang/Parser/ |
D | parse-tree.h | 2566 WRAPPER_CLASS(Recl, ScalarIntExpr); 2569 StatVariable, Recl, Newunit, ErrLabel, StatusExpr> 2784 ENUM_CLASS(Kind, Iostat, Nextrec, Number, Pos, Recl, Size)
|
D | dump-parse-tree.h | 202 NODE(ConnectSpec, Recl) in NODE()
|
/external/llvm-project/flang/lib/Lower/ |
D | IO.cpp | 620 mlir::Value genIOOption<Fortran::parser::ConnectSpec::Recl>( in genIOOption() 622 mlir::Value cookie, const Fortran::parser::ConnectSpec::Recl &spec) { in genIOOption()
|