Home
last modified time | relevance | path

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

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