Home
last modified time | relevance | path

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

/external/libcxx/include/
D__errc72 not_a_socket, // ENOTSOCK
177 not_a_socket = ENOTSOCK,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp72 static_assert(static_cast<int>(std::errc::not_a_socket) == ENOTSOCK, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc134 MAP_ERR_TO_COND(WSAENOTSOCK, not_a_socket);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h565 not_a_socket = ENOTSOCK, enumerator