Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h51 void Enter(const parser::IdVariable &);
Dcheck-io.cpp278 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter()
/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp169 constexpr auto idVariable{construct<IdVariable>(scalarIntVariable)};
Dunparse.cpp1311 [&](const IdVariable &) { in Pre() argument
/external/llvm-project/flang/lib/Lower/
DIO.cpp690 mlir::Value genIOOption<Fortran::parser::IdVariable>( in genIOOption()
692 mlir::Value cookie, const Fortran::parser::IdVariable &spec) { in genIOOption()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h340 NODE(parser, IdVariable) in NODE()
Dparse-tree.h2599 WRAPPER_CLASS(IdVariable, ScalarIntVariable);
2627 ErrLabel, IdVariable, MsgVariable, StatVariable, Pos, Rec, Size>