Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DFileSystem.h486 bool is_other(file_status status);
496 std::error_code is_other(const Twine &path, bool &result);
/external/llvm/lib/Support/
DPath.cpp932 bool is_other(file_status status) { in is_other() function
938 std::error_code is_other(const Twine &Path, bool &Result) { in is_other() function
942 Result = is_other(FileStatus); in is_other()