Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DPath.cpp1116 bool is_symlink_file(const basic_file_status &status) { in is_symlink_file() function
1120 std::error_code is_symlink_file(const Twine &path, bool &result) { in is_symlink_file() function
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h608 inline bool is_symlink_file(const Twine &Path) { in is_symlink_file() function