Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A Draw_ostream.h448 bool IsRegularFile = false; variable
519 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/llvm-project-15.0.7/llvm/lib/Support/
H A Draw_ostream.cpp647 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
650 SupportsSeeking = !EC && IsRegularFile; in raw_fd_ostream()