Searched refs:MsgVariable (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-deallocate.cpp | 62 [&](const parser::MsgVariable &) { in Leave() argument
|
| H A D | check-io.h | 64 void Enter(const parser::MsgVariable &);
|
| H A D | check-allocate.cpp | 143 [&](const parser::MsgVariable &) { in CheckAllocateOptions() argument
|
| H A D | check-io.cpp | 573 void IoChecker::Enter(const parser::MsgVariable &var) { in Enter()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | expr-parsers.h | 59 constexpr auto msgVariable{construct<MsgVariable>(scalarDefaultCharVariable)};
|
| H A D | unparse.cpp | 842 [&](const MsgVariable &) { Word("ERRMSG="); }, in Before() argument 1221 [&](const MsgVariable &) { in Pre() argument 1255 [&](const MsgVariable &) { Word("IOMSG="); }, in Before() argument 1335 [&](const MsgVariable &) { in Pre() argument 1376 [&](const MsgVariable &) { Word("IOMSG="); }, in Before() argument 1393 [&](const MsgVariable &) { Word("IOMSG="); }, in Before() argument
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 1901 WRAPPER_CLASS(MsgVariable, ScalarDefaultCharVariable); 1907 std::variant<StatVariable, MsgVariable> u; 2589 std::variant<FileUnitNumber, FileNameExpr, CharExpr, MsgVariable, 2605 std::variant<FileUnitNumber, StatVariable, MsgVariable, ErrLabel, 2648 ErrLabel, IdVariable, MsgVariable, StatVariable, Pos, Rec, Size> 2727 MsgVariable, StatVariable> 2742 std::variant<FileUnitNumber, MsgVariable, StatVariable, ErrLabel> u;
|
| H A D | dump-parse-tree.h | 440 NODE(parser, MsgVariable) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Allocatable.cpp | 288 [&](const Fortran::parser::MsgVariable &errMsgVar) { in visitAllocateOptions() 537 [&](const Fortran::parser::MsgVariable &errMsgVar) { in genDeallocateStmt()
|
| H A D | IO.cpp | 915 Fortran::parser::MsgVariable, Fortran::parser::Name, in genIOOption() 1192 [&](const Fortran::parser::MsgVariable &var) { in lowerErrorSpec()
|