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

/freebsd-11.0-release/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.0-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h486 bool is_other(file_status status);
496 std::error_code is_other(const Twine &path, bool &result);
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DPath.cpp932 bool is_other(file_status status) {
938 std::error_code is_other(const Twine &Path, bool &Result) {
942 Result = is_other(FileStatus);

Completed in 36 milliseconds