Home
last modified time | relevance | path

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

/external/libcxx/include/
D__errc85 protocol_not_supported, // EPROTONOSUPPORT
194 protocol_not_supported = EPROTONOSUPPORT,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc136 MAP_ERR_TO_COND(WSAEPROTONOSUPPORT, protocol_not_supported);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h594 protocol_not_supported = EPROTONOSUPPORT, enumerator