Home
last modified time | relevance | path

Searched refs:isRegularFile (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp184 if (!find_files && Status->isRegularFile()) in EnumerateDirectory()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h540 bool isRegularFile() const { return IsRegularFile; } in isRegularFile() function
H A DVirtualFileSystem.h104 LLVM_ABI bool isRegularFile() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp937 if (!isRegularFile()) in raw_fd_stream()
H A DVirtualFileSystem.cpp99 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() function in Status
102 return exists() && !isRegularFile() && !isDirectory() && !isSymlink(); in isOther()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp704 if (Status->isRegularFile()) in CanReuse()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc24034 {"_ZNK4llvm3sys4Path13isRegularFileEv", "llvm::sys::Path::isRegularFile() const"},