Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp788 DWORD WinLastError = GetLastError(); in write_impl() local
789 if (WinLastError == ERROR_BROKEN_PIPE || in write_impl()
790 (WinLastError == ERROR_NO_DATA && errno == EINVAL)) { in write_impl()