Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp167 if (Stat.type() == fs::file_type::regular_file) in create()
186 case fs::file_type::regular_file: in create()
H A DMemoryBuffer.cpp386 if (Type != sys::fs::file_type::regular_file && in getReadWriteFile()
437 if (Type != sys::fs::file_type::regular_file && in getOpenFileImpl()
H A DVirtualFileSystem.cpp95 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile()
672 const auto ResolvedType = Type.getValueOr(sys::fs::file_type::regular_file); in addFile()
856 Type = sys::fs::file_type::regular_file; in setCurrentEntry()
2013 Type = sys::fs::file_type::regular_file; in incrementContent()
H A Draw_ostream.cpp583 SupportsSeeking = !EC && Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
H A DPath.cpp1050 return status.type() == file_type::regular_file; in is_regular_file()
/freebsd-12.1/contrib/ntp/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-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp542 case sys::fs::file_type::regular_file: in expandBundle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp620 case fs::file_type::regular_file: { in RecurseCopy_Callback()
728 case fs::file_type::regular_file: in Install()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileSystem.h70 regular_file, enumerator
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp225 if (Status->type() == llvm::sys::fs::file_type::regular_file) in collectPaths()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp2384 Status && (Status->getType() == llvm::sys::fs::file_type::regular_file); in getStyle()
2392 llvm::sys::fs::file_type::regular_file); in getStyle()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp632 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
H A DPluginManager.cpp104 if (ft == fs::file_type::regular_file || ft == fs::file_type::symlink_file || in LoadPluginCallback()
/freebsd-12.1/contrib/llvm/lib/Support/Unix/
H A DPath.inc569 return file_type::regular_file;
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DPath.inc645 : file_type::regular_file;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCodeComplete.cpp8304 case llvm::sys::fs::file_type::regular_file: in CodeCompleteIncludedFile()