Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h66 void Enter(const parser::StatusExpr &);
Dcheck-io.cpp561 void IoChecker::Enter(const parser::StatusExpr &spec) { in Enter()
/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp60 constexpr auto statusExpr{construct<StatusExpr>(scalarDefaultCharExpr)};
Dunparse.cpp1221 [&](const StatusExpr &) { in Pre() argument
1237 [&](const StatusExpr &) { Word("STATUS="); }, in Before() argument
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h2554 WRAPPER_CLASS(StatusExpr, ScalarDefaultCharExpr);
2569 StatVariable, Recl, Newunit, ErrLabel, StatusExpr>
2585 StatusExpr>
Ddump-parse-tree.h638 NODE(parser, StatusExpr) in NODE()
/external/llvm-project/flang/lib/Lower/
DIO.cpp627 mlir::Value genIOOption<Fortran::parser::StatusExpr>( in genIOOption()
629 mlir::Value cookie, const Fortran::parser::StatusExpr &spec) { in genIOOption()