Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h458 bool IsRegularFile = false; variable
529 bool isRegularFile() const { return IsRegularFile; } in isRegularFile()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A Draw_ostream.cpp653 IsRegularFile = Status.type() == sys::fs::file_type::regular_file; in raw_fd_ostream()
656 SupportsSeeking = !EC && IsRegularFile; in raw_fd_ostream()