Home
last modified time | relevance | path

Searched refs:StatusExpr (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h66 void Enter(const parser::StatusExpr &);
H A Dcheck-io.cpp605 void IoChecker::Enter(const parser::StatusExpr &spec) { in Enter()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp60 constexpr auto statusExpr{construct<StatusExpr>(scalarDefaultCharExpr)};
H A Dunparse.cpp1241 [&](const StatusExpr &) { in Pre() argument
1257 [&](const StatusExpr &) { Word("STATUS="); }, in Before() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h2575 WRAPPER_CLASS(StatusExpr, ScalarDefaultCharExpr);
2590 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>
2606 StatusExpr>
H A Ddump-parse-tree.h650 NODE(parser, StatusExpr) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1009 mlir::Value genIOOption<Fortran::parser::StatusExpr>( in genIOOption()
1011 mlir::Value cookie, const Fortran::parser::StatusExpr &spec) { in genIOOption()