Searched refs:is_other (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/groff/src/preproc/refer/
H A Dtoken.h46 int is_other() const;
67 inline int token_info::is_other() const function in class:token_info
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1099 bool is_other(const basic_file_status &status) {
1105 std::error_code is_other(const Twine &Path, bool &Result) {
1109 Result = is_other(FileStatus);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h625 bool is_other(const basic_file_status &status);
635 std::error_code is_other(const Twine &path, bool &result);
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp588 if (!exists(f) || is_other(f) || is_other(t) ||

Completed in 164 milliseconds