| /openbsd-src/gnu/llvm/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | llvm-debuginfo-analyzer.cpp | 71 case sys::fs::file_type::regular_file: in expandBundle()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 183 case fs::file_type::regular_file: in create()
|
| H A D | MemoryBuffer.cpp | 415 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile() 467 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
| H A D | FileUtilities.cpp | 369 if (OStat.type() == sys::fs::file_type::regular_file) { in apply()
|
| H A D | FileCollector.cpp | 145 if (It->type() == sys::fs::file_type::regular_file || in addDirectoryImpl()
|
| H A D | VirtualFileSystem.cpp | 99 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 D | raw_ostream.cpp | 653 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
|
| H A D | Path.cpp | 1105 return status.type() == file_type::regular_file; in is_regular_file()
|
| H A D | CommandLine.cpp | 1398 Status->getType() == llvm::sys::fs::file_type::regular_file; in findConfigFile()
|
| /openbsd-src/gnu/llvm/llvm/utils/split-file/ |
| H A D | split-file.cpp | 171 status.type() != sys::fs::file_type::regular_file) in main()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 262 case file_type::regular_file: in LocateMacOSXFilesUsingDebugSymbols()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | Platform.cpp | 488 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 D | PlatformDarwinKernel.cpp | 502 if (ft == llvm::sys::fs::file_type::regular_file || in GetKernelsAndKextsInDirectoryHelper()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 69 regular_file, enumerator
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 252 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | PluginManager.cpp | 89 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
|
| H A D | Debugger.cpp | 618 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 D | llvm-jitlink.cpp | 1700 sys::fs::file_type::regular_file) { in addLibraries()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 707 return file_type::regular_file;
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 693 : file_type::regular_file;
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | Format.cpp | 3846 (Status->getType() == llvm::sys::fs::file_type::regular_file)) { in getStyle()
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 5356 case sys::fs::file_type::regular_file: in findDsymObjectMembers()
|
| /openbsd-src/gnu/llvm/clang/lib/Driver/ |
| H A D | Driver.cpp | 994 if (Status->getType() != llvm::sys::fs::file_type::regular_file) { in readConfigFile()
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 10034 case llvm::sys::fs::file_type::regular_file: { in CodeCompleteIncludedFile()
|