Home
last modified time | relevance | path

Searched refs:regular_file (Results 1 – 24 of 24) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp71 case sys::fs::file_type::regular_file: in expandBundle()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DFileOutputBuffer.cpp183 case fs::file_type::regular_file: in create()
H A DMemoryBuffer.cpp415 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile()
467 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
H A DFileUtilities.cpp369 if (OStat.type() == sys::fs::file_type::regular_file) { in apply()
H A DFileCollector.cpp145 if (It->type() == sys::fs::file_type::regular_file || in addDirectoryImpl()
H A DVirtualFileSystem.cpp99 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile()
839 const auto ResolvedType = Type.value_or(sys::fs::file_type::regular_file); in addFile()
1079 Type = sys::fs::file_type::regular_file; in setCurrentEntry()
1250 Type = sys::fs::file_type::regular_file; in incrementImpl()
H A Draw_ostream.cpp653 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
H A DPath.cpp1105 return status.type() == file_type::regular_file; in is_regular_file()
H A DCommandLine.cpp1398 Status->getType() == llvm::sys::fs::file_type::regular_file; in findConfigFile()
/openbsd-src/gnu/llvm/llvm/utils/split-file/
H A Dsplit-file.cpp171 status.type() != sys::fs::file_type::regular_file) in main()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp262 case file_type::regular_file: in LocateMacOSXFilesUsingDebugSymbols()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp488 case fs::file_type::regular_file: { in RecurseCopy_Callback()
594 case fs::file_type::regular_file: in Install()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwinKernel.cpp502 if (ft == llvm::sys::fs::file_type::regular_file || in GetKernelsAndKextsInDirectoryHelper()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h69 regular_file, enumerator
/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp252 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DPluginManager.cpp89 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
H A DDebugger.cpp618 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1700 sys::fs::file_type::regular_file) { in addLibraries()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc707 return file_type::regular_file;
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc693 : file_type::regular_file;
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp3846 (Status->getType() == llvm::sys::fs::file_type::regular_file)) { in getStyle()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp5356 case sys::fs::file_type::regular_file: in findDsymObjectMembers()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriver.cpp994 if (Status->getType() != llvm::sys::fs::file_type::regular_file) { in readConfigFile()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp10034 case llvm::sys::fs::file_type::regular_file: { in CodeCompleteIncludedFile()