Home
last modified time | relevance | path

Searched defs:isRegularFile (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A Draw_ostream.h529 bool isRegularFile() const { return IsRegularFile; } in isRegularFile() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp99 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() function in Status