Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DErrc.h40 broken_pipe = int(std::errc::broken_pipe), enumerator
/llvm-project-15.0.7/libcxx/include/
H A D__errc30 broken_pipe, // EPIPE
127 broken_pipe = EPIPE,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp28 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, ""); in main()
/llvm-project-15.0.7/llvm/lib/Support/
H A DErrorHandling.cpp252 MAP_ERR_TO_COND(ERROR_BROKEN_PIPE, broken_pipe); in mapWindowsError()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp420 {ERROR_BROKEN_PIPE, errc::broken_pipe}, in __win_err_to_errc()