Searched refs:has_filename (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc319 path::has_filename() const function in class:path
329 return _M_cmpts.back().has_filename();
390 if (ret.has_filename())
410 if (elem->has_filename() && !is_dotdot(*elem))
H A Dpath.cc298 path::has_filename() const function in class:path
H A Dstd-ops.cc660 if (pp.has_relative_path() && !pp.has_filename())
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc499 else if (has_filename() || (!has_root_directory() && is_absolute()))
562 if (has_filename())
698 else if (has_filename() || (!has_root_directory && is_absolute))
730 if (has_filename())
1652 path::has_filename() const noexcept
1662 return _M_cmpts.back().has_filename();
1719 if (ret.has_filename())
1739 if (elem->has_filename() && !is_dotdot(*elem))
H A Dfs_ops.cc515 if (pp.has_relative_path() && !pp.has_filename())
1493 if (p.has_relative_path() && !p.has_filename())
1538 if (p.has_relative_path() && !p.has_filename())
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc500 else if (has_filename() || (!has_root_directory() && is_absolute()))
563 if (has_filename())
699 else if (has_filename() || (!has_root_directory && is_absolute))
731 if (has_filename())
1653 path::has_filename() const noexcept
1663 return _M_cmpts.back().has_filename();
1720 if (ret.has_filename())
1740 if (elem->has_filename() && !is_dotdot(*elem))
H A Dfs_ops.cc519 if (pp.has_relative_path() && !pp.has_filename())
1476 if (p.has_relative_path() && !p.has_filename())
1521 if (p.has_relative_path() && !p.has_filename())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h434 bool has_filename(const Twine &path, Style style = Style::native);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dpath.cc298 path::has_filename() const function in class:path
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp641 bool has_filename(const Twine &path, Style style) {
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h412 bool has_filename() const;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h418 bool has_filename() const noexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h518 bool has_filename() const noexcept;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h408 bool has_filename() const;

Completed in 315 milliseconds