Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h600 state_not_recoverable = ENOTRECOVERABLE, enumerator
602 state_not_recoverable = EINVAL,
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp92 static_assert(static_cast<int>(std::errc::state_not_recoverable) == ENOTRECOVERABLE, ""); in main()
/external/libcxx/include/
Dsystem_error193 state_not_recoverable, // ENOTRECOVERABLE
348 state_not_recoverable = ENOTRECOVERABLE,