Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h567 not_a_stream = ENOSTR, enumerator
569 not_a_stream = EINVAL,
/external/libcxx/include/
Dsystem_error176 not_a_stream, // ENOSTR
328 not_a_stream = ENOSTR,
330 not_a_stream = EINVAL,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp74 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()