Home
last modified time | relevance | path

Searched refs:has_filename (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dpath.h492 if (has_filename() || (!has_root_directory() && is_absolute()))
517 if (has_filename())
538 else if (has_filename())
551 else if (has_filename())
821 _LIBCPP_HIDE_FROM_ABI bool has_filename() const { return !__filename().empty(); }
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DPath.h481 bool has_filename(const Twine &path, Style style = Style::native);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem135 bool has_filename() const;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp644 bool has_filename(const Twine &path, Style style) { in has_filename() function