| /freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
| H A D | llvm-debuginfo-analyzer.cpp | 71 case sys::fs::file_type::regular_file: in expandBundle()
|
| /freebsd/contrib/ntp/libntp/lib/isc/ |
| H A D | log.c | 1321 isc_boolean_t regular_file; in isc_log_open() local 1339 regular_file = S_ISREG(statbuf.st_mode) ? ISC_TRUE : ISC_FALSE; in isc_log_open() 1345 roll = regular_file; in isc_log_open() 1347 regular_file = ISC_TRUE; in isc_log_open() 1348 POST(regular_file); in isc_log_open()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileOutputBuffer.cpp | 186 case fs::file_type::regular_file: in create()
|
| H A D | MemoryBuffer.cpp | 435 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile() 487 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
|
| H A D | FileUtilities.cpp | 311 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 | 100 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() 865 const auto ResolvedType = Type.value_or(sys::fs::file_type::regular_file); in addFile() 1106 Type = sys::fs::file_type::regular_file; in setCurrentEntry() 1276 Type = sys::fs::file_type::regular_file; in incrementImpl()
|
| H A D | raw_ostream.cpp | 648 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
|
| H A D | Path.cpp | 1106 return status.type() == file_type::regular_file; in is_regular_file()
|
| H A D | CommandLine.cpp | 1379 Status->getType() == llvm::sys::fs::file_type::regular_file; in findConfigFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/ |
| H A D | SymbolLocatorDebugSymbols.cpp | 296 case file_type::regular_file: in LocateExecutableObjectFile() 738 case file_type::regular_file: in LocateMacOSXFilesUsingDebugSymbols()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LocateSymbolFileMacOSX.cpp | |
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 450 case fs::file_type::regular_file: { in RecurseCopy_Callback() 556 case fs::file_type::regular_file: in Install()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileSystem.h | 68 regular_file, enumerator
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CodeCoverage.cpp | 257 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
|
| /freebsd/contrib/llvm-project/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 | 681 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | HeaderSearch.cpp | 2026 if (Dir->type() == llvm::sys::fs::file_type::regular_file) in loadSubdirectoryModuleMaps()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 712 return file_type::regular_file;
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 693 : file_type::regular_file;
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Format.cpp | 4090 Status->getType() != llvm::sys::fs::file_type::regular_file) { in getStyle()
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 5378 case sys::fs::file_type::regular_file: in findDsymObjectMembers()
|
| /freebsd/contrib/llvm-project/clang/lib/Driver/ |
| H A D | Driver.cpp | 1012 if (Status->getType() != llvm::sys::fs::file_type::regular_file) { in readConfigFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCodeComplete.cpp | 10243 case llvm::sys::fs::file_type::regular_file: { in CodeCompleteIncludedFile()
|