Home
last modified time | relevance | path

Searched refs:inappropriate_io_control_operation (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DErrc.h50 inappropriate_io_control_operation = enumerator
51 int(std::errc::inappropriate_io_control_operation),
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrc.h50 inappropriate_io_control_operation = enumerator
51 int(std::errc::inappropriate_io_control_operation),
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp44 static_assert(static_cast<int>(std::errc::inappropriate_io_control_operation) == ENOTTY, ""); in main()
/external/libcxx/include/
Dsystem_error151 inappropriate_io_control_operation, // ENOTTY
294 inappropriate_io_control_operation = ENOTTY,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h529 inappropriate_io_control_operation = ENOTTY, enumerator