Home
last modified time | relevance | path

Searched refs:IsRegularFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h458 bool IsRegularFile = false; variable
529 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Draw_ostream.cpp654 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
657 SupportsSeeking = !EC && IsRegularFile; in raw_fd_ostream()