Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp33 static_assert(static_cast<int>(std::errc::destination_address_required) == EDESTADDRREQ, ""); in main()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
Dsystem_error.inc118 MAP_ERR_TO_COND(WSAEDESTADDRREQ, destination_address_required);
/external/libcxx/include/
Dsystem_error140 destination_address_required, // EDESTADDRREQ
283 destination_address_required = EDESTADDRREQ,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h518 destination_address_required = EDESTADDRREQ, enumerator