Home
last modified time | relevance | path

Searched refs:no_stream_resources (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/include/
D__errc66 no_stream_resources, // ENOSR
168 no_stream_resources = ENOSR,
170 no_stream_resources = ENOMEM,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h556 no_stream_resources = ENOSR, enumerator
558 no_stream_resources = ENOMEM,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp65 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()