Searched refs:OutEC (Results 1 – 2 of 2) sorted by relevance
38 auto OutStream = std::make_unique<raw_fd_ostream>(OutboundName, OutEC); in InteractiveModelRunner()39 if (OutEC) { in InteractiveModelRunner()40 Ctx.emitError("Cannot open outbound file: " + OutEC.message()); in InteractiveModelRunner()
65 std::error_code OutEC; variable