Searched refs:hasErrorConditionSpec (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | IO.cpp | 121 bool hasErrorConditionSpec() const { return ioStatExpr != nullptr || hasErr; } in hasErrorConditionSpec() function 126 return hasErrorConditionSpec() || hasEnd || hasEor; in hasTransferConditionSpec() 1566 args.push_back(builder.createBool(loc, csi.hasErrorConditionSpec())); in genIOUnitNumber() 1582 if (csi.hasErrorConditionSpec()) { in genIOUnitNumber() 1648 threadSpecs(converter, loc, cookie, stmt.v, csi.hasErrorConditionSpec(), ok); in genBasicIOStmt() 1734 threadSpecs(converter, loc, cookie, stmt.v, csi.hasErrorConditionSpec(), ok); in genOpenStatement() 1943 csi.hasErrorConditionSpec(), ok); in genDataTransferStmt() 1976 csi.hasErrorConditionSpec()); in genDataTransferStmt() 2252 threadInquire(converter, loc, cookie, *list, csi.hasErrorConditionSpec(), ok, in genInquireStatement()
|