Home
last modified time | relevance | path

Searched defs:has_root_directory (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc243 path::has_root_directory() const in has_root_directory() function in path
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc243 path::has_root_directory() const in has_root_directory() function in path
H A Dstd-path.cc262 path::has_root_directory() const in has_root_directory() function in path
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc683 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append() local
1595 path::has_root_directory() const noexcept in has_root_directory() function in path
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc684 bool has_root_directory = root_path.first.type == _Type::_Root_dir in _M_append() local
1596 path::has_root_directory() const noexcept in has_root_directory() function in path
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp620 bool has_root_directory(const Twine &path, Style style) { in has_root_directory() function