| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | HeaderSearchTest.cpp | 62 llvm::sys::fs::file_type::regular_file); in addHeaderMap() 194 /*User=*/None, /*Group=*/None, llvm::sys::fs::file_type::regular_file); in TEST_F() 262 /*User=*/None, /*Group=*/None, llvm::sys::fs::file_type::regular_file); in TEST_F()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | FSTests.cpp | 38 llvm::sys::fs::file_type::regular_file, in TEST()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 183 case fs::file_type::regular_file: in create()
|
| H A D | MemoryBuffer.cpp | 395 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile() 447 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
| H A D | FileCollector.cpp | 143 if (It->type() == sys::fs::file_type::regular_file || in addDirectoryImpl()
|
| H A D | FileUtilities.cpp | 368 if (OStat.type() == sys::fs::file_type::regular_file) { in apply()
|
| H A D | VirtualFileSystem.cpp | 100 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() 840 const auto ResolvedType = Type.value_or(sys::fs::file_type::regular_file); in addFile() 1083 Type = sys::fs::file_type::regular_file; in setCurrentEntry() 1254 Type = sys::fs::file_type::regular_file; in incrementImpl()
|
| H A D | raw_ostream.cpp | 647 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()
|
| /llvm-project-15.0.7/llvm/tools/split-file/ |
| H A D | split-file.cpp | 171 status.type() != sys::fs::file_type::regular_file) in main()
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 138 sys::fs::file_type::regular_file, Perms); in addRegularFile()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | FileManagerTest.cpp | 51 llvm::sys::fs::file_type::regular_file : in InjectFileOrDirectory()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 157 sys::fs::file_type::regular_file, Perms); in addRegularFile() 857 EXPECT_EQ(sys::fs::file_type::regular_file, I->type()); in TEST() 866 EXPECT_EQ(sys::fs::file_type::regular_file, I->type()); in TEST() 1189 /*Group=*/None, sys::fs::file_type::regular_file); in TEST_F() 1203 /*Group=*/None, sys::fs::file_type::regular_file); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | 262 case file_type::regular_file: in LocateMacOSXFilesUsingDebugSymbols()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/ |
| H A D | PlatformDarwinKernel.cpp | 498 if (ft == llvm::sys::fs::file_type::regular_file || in GetKernelsAndKextsInDirectoryHelper()
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | Platform.cpp | 486 case fs::file_type::regular_file: { in RecurseCopy_Callback() 592 case fs::file_type::regular_file: in Install()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 69 regular_file, enumerator
|
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 245 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
|
| /llvm-project-15.0.7/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 | 598 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 1695 sys::fs::file_type::regular_file) { in addLibraries()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 995 case llvm::sys::fs::file_type::regular_file: { in codeCompleteIncludeFilename()
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 701 : file_type::regular_file;
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 708 return file_type::regular_file;
|
| /llvm-project-15.0.7/clang/lib/Format/ |
| H A D | Format.cpp | 3632 (Status->getType() == llvm::sys::fs::file_type::regular_file)) { in getStyle()
|