Home
last modified time | relevance | path

Searched refs:StatVariable (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.h29 struct StatVariable;
58 void Leave(const parser::StatVariable &); in ENUM_CLASS()
H A Dcheck-deallocate.cpp55 [&](const parser::StatVariable &) { in Leave() argument
H A Dcheck-io.h67 void Enter(const parser::StatVariable &);
H A Dcheck-allocate.cpp136 [&](const parser::StatVariable &) { in CheckAllocateOptions() argument
H A Dcheck-do-forall.cpp1056 void DoForallChecker::Leave(const parser::StatVariable &statVariable) { in Leave()
H A Dcheck-io.cpp629 void IoChecker::Enter(const parser::StatVariable &var) { in Enter()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dtype-parsers.h89 constexpr Parser<StatVariable> statVariable; // R929
H A Dunparse.cpp841 [&](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 DFortran-parsers.cpp1153 TYPE_PARSER(construct<StatVariable>(scalar(integer(variable)))) in TYPE_PARSER()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h1897 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 Ddump-parse-tree.h649 NODE(parser, StatVariable) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp285 [&](const Fortran::parser::StatVariable &statVar) { in visitAllocateOptions()
534 [&](const Fortran::parser::StatVariable &statVar) { in genDeallocateStmt()
H A DIO.cpp916 Fortran::parser::StatVariable>; in genIOOption()
1183 [&](const Fortran::parser::StatVariable &var) { in lowerErrorSpec()