Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A Dllvm-debuginfo-analyzer.cpp71 case sys::fs::file_type::regular_file: in expandBundle()
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dlog.c1321 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 DFileOutputBuffer.cpp186 case fs::file_type::regular_file: in create()
H A DMemoryBuffer.cpp435 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile()
487 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
H A DFileUtilities.cpp311 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.cpp100 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 Draw_ostream.cpp648 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
H A DPath.cpp1106 return status.type() == file_type::regular_file; in is_regular_file()
H A DCommandLine.cpp1379 Status->getType() == llvm::sys::fs::file_type::regular_file; in findConfigFile()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp296 case file_type::regular_file: in LocateExecutableObjectFile()
738 case file_type::regular_file: in LocateMacOSXFilesUsingDebugSymbols()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLocateSymbolFileMacOSX.cpp
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp450 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 DFileSystem.h68 regular_file, enumerator
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp257 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
/freebsd/contrib/llvm-project/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.cpp681 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DHeaderSearch.cpp2026 if (Dir->type() == llvm::sys::fs::file_type::regular_file) in loadSubdirectoryModuleMaps()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc712 return file_type::regular_file;
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc693 : file_type::regular_file;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp4090 Status->getType() != llvm::sys::fs::file_type::regular_file) { in getStyle()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp5378 case sys::fs::file_type::regular_file: in findDsymObjectMembers()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1012 if (Status->getType() != llvm::sys::fs::file_type::regular_file) { in readConfigFile()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCodeComplete.cpp10243 case llvm::sys::fs::file_type::regular_file: { in CodeCompleteIncludedFile()