Home
last modified time | relevance | path

Searched defs:ConditionSpecifierInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/flang/lib/Lower/
DIO.cpp73 struct ConditionSpecifierInfo { struct
74 const Fortran::semantics::SomeExpr *ioStatExpr{};
75 const Fortran::semantics::SomeExpr *ioMsgExpr{};
76 bool hasErr{};
77 bool hasEnd{};
78 bool hasEor{};
81 bool hasErrorConditionSpecifier() const { in hasErrorConditionSpecifier()
86 bool hasTransferConditionSpecifier() const { in hasTransferConditionSpecifier()
90 bool hasAnyConditionSpecifier() const { in hasAnyConditionSpecifier()