| /openbsd/src/gnu/llvm/clang/lib/Driver/ToolChains/ |
| D | AVR.cpp | 396 if (llvm::sys::fs::is_directory(AVRInc)) in AddClangSystemIncludeArgs() 567 if (llvm::sys::fs::is_directory(Path)) in findAVRLibcInstallation() 570 if (llvm::sys::fs::is_directory(Path)) in findAVRLibcInstallation() 577 if (llvm::sys::fs::is_directory(Path)) in findAVRLibcInstallation()
|
| D | MinGW.cpp | 458 if (llvm::sys::fs::is_directory(ClangRoot + Sep + CandidateSubdir)) { in findClangRelativeSysroot()
|
| D | CommonArgs.cpp | 745 if (Path.empty() || llvm::sys::fs::is_directory(Path)) in addLTOOptions() 2315 llvm::sys::fs::is_directory(LibOmpTargetFile)) { in addOpenMPDeviceRTL()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/windows/ |
| D | FileSystem.cpp | 43 bool is_directory = !!(attrib & FILE_ATTRIBUTE_DIRECTORY); in Symlink() local 44 DWORD flag = is_directory ? SYMBOLIC_LINK_FLAG_DIRECTORY : 0; in Symlink()
|
| /openbsd/src/gnu/llvm/llvm/tools/dsymutil/ |
| D | SymbolMap.cpp | 71 if (sys::fs::is_directory(SymbolMapPath) && !Map.getUUID().empty()) { in Load() 111 if (sys::fs::is_directory(SymbolMapPath)) { in Load()
|
| D | dsymutil.cpp | 137 if (!sys::fs::is_directory(Input)) { in getInputs() 145 if (!sys::fs::is_directory(BundlePath)) in getInputs()
|
| /openbsd/src/gnu/llvm/libcxx/src/filesystem/ |
| D | operations.cpp | 755 (is_directory(f) && is_regular_file(t)) || in __copy() 779 } else if (is_directory(t)) { in __copy() 785 } else if (is_directory(f) && bool(copy_options::create_symlinks & options)) { in __copy() 787 } else if (is_directory(f) && (bool(copy_options::recursive & options) || in __copy() 994 if (is_directory(real_path, local_ec)) in __copy_symlink() 1008 else if (is_directory(st)) in __create_directories() 1025 } else if (not is_directory(parent_st)) in __create_directories() local 1045 if (!is_directory(st)) in __create_directory() 1058 if (!is_directory(st)) in __create_directory() 1071 if (!is_directory(st)) in __create_directory() [all …]
|
| D | directory_iterator.cpp | 299 if (m_ec || is_symlink(st) || !is_directory(st)) in __try_recursion() 305 if (m_ec || !is_directory(st)) in __try_recursion()
|
| D | posix_compat.h | 325 if (!exists(st) || is_directory(st)) in statvfs()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Support/ |
| D | FileCollector.h | 117 if (sys::fs::is_directory(VirtualPath)) in addFileToMapping()
|
| D | FileSystem.h | 549 bool is_directory(const basic_file_status &status); 558 std::error_code is_directory(const Twine &path, bool &result); 562 inline bool is_directory(const Twine &Path) { in is_directory() function 564 return !is_directory(Path, Result) && Result; in is_directory()
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | filesystem | 196 bool is_directory() const; 197 bool is_directory(error_code& ec) const noexcept; 339 bool is_directory(file_status s) noexcept; 340 bool is_directory(const path& p); 341 bool is_directory(const path& p, error_code& ec) noexcept;
|
| /openbsd/src/gnu/llvm/clang/tools/driver/ |
| D | cc1_main.cpp | 265 if (llvm::sys::fs::is_directory(TracePath)) in cc1_main()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-cov/ |
| D | gcov.cpp | 31 } else if (sys::fs::is_directory(ObjectDir)) in reportCoverage()
|
| /openbsd/src/gnu/llvm/lldb/source/Host/posix/ |
| D | ProcessLauncherPosixFork.cpp | 172 ec = llvm::sys::fs::is_directory(proc_fd_path, result); in ChildFunc()
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | Path.cpp | 1092 bool is_directory(const basic_file_status &status) { in is_directory() function 1096 std::error_code is_directory(const Twine &path, bool &result) { in is_directory() function 1100 result = is_directory(st); in is_directory() 1131 !is_directory(status); in is_other()
|
| D | CachePruning.cpp | 153 if (sys::fs::is_directory(Path, isPathDir)) in pruneCache()
|
| D | FileCollector.cpp | 29 assert(sys::fs::is_directory(Dir)); in addDirectory()
|
| /openbsd/src/gnu/llvm/clang/lib/DirectoryWatcher/windows/ |
| D | DirectoryWatcher-windows.cpp | 270 if (!sys::fs::is_directory(Path)) in create()
|
| /openbsd/src/gnu/llvm/lld/MachO/ |
| D | LTO.cpp | 240 if (!fs::is_directory(config->ltoObjPath)) { in compile()
|
| D | Driver.cpp | 148 } else if (!fs::is_directory(path)) { in warnIfNotDirectory() 169 if (fs::is_directory(buffer)) { in getSearchPaths() 187 if (fs::is_directory(buffer)) in getSearchPaths()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gcc.c | 314 static int is_directory PARAMS ((const char *, const char *, int)); 2250 || is_directory (pprefix->prefix, machine_suffix, 0))) 2263 || is_directory (pprefix->prefix, just_machine_suffix, 0))) 3529 && is_directory (value, "", 0)) 4381 if (is_directory (buffer, multilib_dir, 1)) 4395 if (is_directory (pl->prefix, multi_dir, 1)) 4410 if (is_directory (pl->prefix, machine_suffix, 1)) 4432 if (is_directory (pl->prefix, "", 1)) 5836 is_directory (path1, path2, linker) in is_directory() function
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gcc.c | 324 static int is_directory (const char *, bool); 2552 if (info->check_dir && !is_directory (path, false)) in add_to_obstack() 3777 && is_directory (value, false)) in process_command() 4551 if (!is_directory (path, true)) in spec_path() 5988 is_directory (const char *path1, bool linker) in is_directory() function
|
| /openbsd/src/gnu/llvm/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 979 sys::fs::is_directory(SavedObjectsDirectoryPath, IsDir); in run()
|
| /openbsd/src/gnu/llvm/llvm/tools/llvm-ar/ |
| D | llvm-ar.cpp | 483 sys::fs::is_directory(OutputDir, IsDir); in parseCommandLine()
|