Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-io.h51 void Enter(const parser::IdVariable &);
H A Dcheck-io.cpp308 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dio-parsers.cpp175 constexpr auto idVariable{construct<IdVariable>(scalarIntVariable)};
H A Dunparse.cpp1331 [&](const IdVariable &) { in Pre() argument
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Ddump-parse-tree.h348 NODE(parser, IdVariable) in NODE()
H A Dparse-tree.h2620 WRAPPER_CLASS(IdVariable, ScalarIntVariable);
2648 ErrLabel, IdVariable, MsgVariable, StatVariable, Pos, Rec, Size>
/llvm-project-15.0.7/flang/lib/Lower/
H A DIO.cpp1065 mlir::Value genIOOption<Fortran::parser::IdVariable>( in genIOOption()
1067 mlir::Value cookie, const Fortran::parser::IdVariable &spec) { in genIOOption()