Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h41 broken_pipe = int(std::errc::broken_pipe), enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h41 broken_pipe = int(std::errc::broken_pipe), enumerator
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h512 broken_pipe = EPIPE, enumerator
882 broken_pipe = 109, // ERROR_BROKEN_PIPE,
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp50 broken_pipe = ASIO_WIN_OR_POSIX( enumerator
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp27 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, ""); in main()
/external/libcxx/include/
Dsystem_error134 broken_pipe, // EPIPE
277 broken_pipe = EPIPE,