Searched refs:EISDIR (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/cmake/modules/ |
| H A D | GetErrcMessages.cmake | 3 # Currently supplied and needed error codes: ENOENT, EISDIR, EINVAL and EACCES. 26 std::cout << getMessageFor(ENOENT) << ';' << getMessageFor(EISDIR);
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | errno.h | 323 #ifndef EISDIR 324 #define EISDIR 9962 macro
|
| H A D | __errc | 52 is_a_directory, // EISDIR 149 is_a_directory = EISDIR,
|
| /llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/ |
| H A D | cerrno.pass.cpp | 135 #ifndef EISDIR 136 #error EISDIR not defined
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteErrno.def | 28 HANDLE_ERRNO(EISDIR, 21)
|
| /llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/ |
| H A D | errc.pass.cpp | 50 static_assert(static_cast<int>(std::errc::is_a_directory) == EISDIR, ""); in main()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 323 case EISDIR: // An attempt is made to read a directory. in Read()
|
| /llvm-project-15.0.7/libc/spec/ |
| H A D | posix.td | 88 Macro<"EISDIR">,
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/llvm/ |
| H A D | config.py | 394 ('%errc_EISDIR', '\'' + os.strerror(errno.EISDIR) + '\''))
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | TestingGuide.rst | 609 ENOENT, EISDIR, EINVAL, EACCES.
|