Home
last modified time | relevance | path

Searched refs:is_a_directory (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrc.h59 is_a_directory = int(std::errc::is_a_directory), enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp95 std::errc::is_a_directory : std::errc::not_a_directory); in get()
H A DFileManager.cpp75 return llvm::errorCodeToError(make_error_code(std::errc::is_a_directory)); in getDirectoryFromFile()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h179 is_a_directory = EISDIR, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFileOutputBuffer.cpp185 return errorCodeToError(errc::is_a_directory); in create()
/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Ddirectory_entry.h363 … errc __err_kind = filesystem::is_directory(__st) ? errc::is_a_directory : errc::not_supported;
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp152 return err.report(errc::is_a_directory); in __copy()
522 errc error_kind = is_directory(fst) ? errc::is_a_directory : errc::not_supported; in __file_size()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.cpp348 return std::make_error_code(std::errc::is_a_directory); in create()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp144 return errorCodeToError(make_error_code(errc::is_a_directory)); in getFile()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp453 EC != llvm::errc::is_a_directory && EC != llvm::errc::not_a_directory) { in getFileAndSuggestModule()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1201 return errorCodeToError(make_error_code(errc::is_a_directory));
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc1208 return make_error_code(errc::is_a_directory);