Home
last modified time | relevance | path

Searched refs:OutEC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInteractiveModelRunner.cpp38 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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInteractiveModelRunner.h65 std::error_code OutEC; variable