Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp786 DWORD WinLastError = GetLastError(); in write_impl() local
787 if (WinLastError == ERROR_BROKEN_PIPE || in write_impl()
788 (WinLastError == ERROR_NO_DATA && errno == EINVAL)) { in write_impl()