Home
last modified time | relevance | path

Searched refs:isRegularFile (Results 1 – 6 of 6) 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.h539 bool isRegularFile() const { return IsRegularFile; } in isRegularFile() function
H A DVirtualFileSystem.h102 bool isRegularFile() const;
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp706 if (Status->isRegularFile()) in CanReuse()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp933 if (!isRegularFile()) in raw_fd_stream()
H A DVirtualFileSystem.cpp100 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() function in Status
103 return exists() && !isRegularFile() && !isDirectory() && !isSymlink(); in isOther()