Searched refs:StatVariable (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-do-forall.h | 29 struct StatVariable; 58 void Leave(const parser::StatVariable &); in ENUM_CLASS()
|
| H A D | check-deallocate.cpp | 55 [&](const parser::StatVariable &) { in Leave() argument
|
| H A D | check-io.h | 67 void Enter(const parser::StatVariable &);
|
| H A D | check-allocate.cpp | 136 [&](const parser::StatVariable &) { in CheckAllocateOptions() argument
|
| H A D | check-do-forall.cpp | 1056 void DoForallChecker::Leave(const parser::StatVariable &statVariable) { in Leave()
|
| H A D | check-io.cpp | 629 void IoChecker::Enter(const parser::StatVariable &var) { in Enter()
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | type-parsers.h | 89 constexpr Parser<StatVariable> statVariable; // R929
|
| H A D | unparse.cpp | 841 [&](const StatVariable &) { Word("STAT="); }, in Before() argument 1225 [&](const StatVariable &) { in Pre() argument 1254 [&](const StatVariable &) { Word("IOSTAT="); }, in Before() argument 1339 [&](const StatVariable &) { in Pre() argument 1377 [&](const StatVariable &) { Word("IOSTAT="); }, in Before() argument 1394 [&](const StatVariable &) { Word("IOSTAT="); }, in Before() argument
|
| H A D | Fortran-parsers.cpp | 1153 TYPE_PARSER(construct<StatVariable>(scalar(integer(variable)))) in TYPE_PARSER()
|
| /llvm-project-15.0.7/flang/include/flang/Parser/ |
| H A D | parse-tree.h | 1897 WRAPPER_CLASS(StatVariable, ScalarIntVariable); 1907 std::variant<StatVariable, MsgVariable> u; 2590 StatVariable, Recl, Newunit, ErrLabel, StatusExpr> 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 | 649 NODE(parser, StatVariable) in NODE()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Allocatable.cpp | 285 [&](const Fortran::parser::StatVariable &statVar) { in visitAllocateOptions() 534 [&](const Fortran::parser::StatVariable &statVar) { in genDeallocateStmt()
|
| H A D | IO.cpp | 916 Fortran::parser::StatVariable>; in genIOOption() 1183 [&](const Fortran::parser::StatVariable &var) { in lowerErrorSpec()
|