Home
last modified time | relevance | path

Searched refs:EISDIR (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/llvm/cmake/modules/
H A DGetErrcMessages.cmake3 # 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 Derrno.h323 #ifndef EISDIR
324 #define EISDIR 9962 macro
H A D__errc52 is_a_directory, // EISDIR
149 is_a_directory = EISDIR,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp135 #ifndef EISDIR
136 #error EISDIR not defined
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteErrno.def28 HANDLE_ERRNO(EISDIR, 21)
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp50 static_assert(static_cast<int>(std::errc::is_a_directory) == EISDIR, ""); in main()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp323 case EISDIR: // An attempt is made to read a directory. in Read()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td88 Macro<"EISDIR">,
/llvm-project-15.0.7/llvm/utils/lit/lit/llvm/
H A Dconfig.py394 ('%errc_EISDIR', '\'' + os.strerror(errno.EISDIR) + '\''))
/llvm-project-15.0.7/llvm/docs/
H A DTestingGuide.rst609 ENOENT, EISDIR, EINVAL, EACCES.