Home
last modified time | relevance | path

Searched refs:LogVar (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/flang/lib/Parser/
Dio-parsers.cpp406 construct<InquireSpec::LogVar>(
407 pure(InquireSpec::LogVar::Kind::Exist), scalarLogicalVariable)),
426 construct<InquireSpec::LogVar>(
427 pure(InquireSpec::LogVar::Kind::Named), scalarLogicalVariable)),
435 construct<InquireSpec::LogVar>(
436 pure(InquireSpec::LogVar::Kind::Opened), scalarLogicalVariable)),
441 construct<InquireSpec::LogVar>(
442 pure(InquireSpec::LogVar::Kind::Pending), scalarLogicalVariable)),
Dunparse.cpp1411 [&](const InquireSpec::LogVar &y) { in Pre()
2530 WALK_NESTED_ENUM(InquireSpec::LogVar, Kind) in WALK_NESTED_ENUM()
/external/llvm-project/flang/lib/Semantics/
Dcheck-io.h56 void Enter(const parser::InquireSpec::LogVar &);
Dcheck-io.cpp426 void IoChecker::Enter(const parser::InquireSpec::LogVar &spec) { in Enter()
428 using ParseKind = parser::InquireSpec::LogVar::Kind; in Enter()
429 switch (std::get<parser::InquireSpec::LogVar::Kind>(spec.t)) { in Enter()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h366 NODE(InquireSpec, LogVar) in NODE()
367 NODE_ENUM(InquireSpec::LogVar, Kind) in NODE()
Dparse-tree.h2788 struct LogVar { struct
2790 TUPLE_CLASS_BOILERPLATE(LogVar);
2793 std::variant<FileUnitNumber, FileNameExpr, CharVar, IntVar, LogVar, IdExpr,