Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DErrc.h53 inappropriate_io_control_operation = enumerator
54 int(std::errc::inappropriate_io_control_operation),
/llvm-project/libcxx/include/__system_error/
H A Derrc.h47 inappropriate_io_control_operation, // ENOTTY
170 inappropriate_io_control_operation = ENOTTY, in _LIBCPP_DECLARE_STRONG_ENUM()
/llvm-project/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp48 static_assert(static_cast<int>(std::errc::inappropriate_io_control_operation) == ENOTTY, ""); in main()