Home
last modified time | relevance | path

Searched refs:root_name (Results 1 – 25 of 29) sorted by relevance

12

/netbsd-src/external/gpl3/binutils/usr.sbin/mdsetimage/
H A Dbin_bfd.c65 const char *root_name, const char *size_name, size_t *md_root_offset, in bin_find_md_root() argument
80 symbols[0].name = root_name; in bin_find_md_root()
/netbsd-src/external/gpl3/binutils.old/usr.sbin/mdsetimage/
H A Dbin_bfd.c65 const char *root_name, const char *size_name, size_t *md_root_offset, in bin_find_md_root() argument
80 symbols[0].name = root_name; in bin_find_md_root()
/netbsd-src/usr.sbin/mdsetimage/
H A Dbin_nlist.c91 unsigned long text_start, const char *root_name, const char *size_name, in bin_find_md_root() argument
119 N_NAME(&nl[X_MD_ROOT_IMAGE]) = root_name; in bin_find_md_root()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dstd-path.cc159 path::root_name() const in root_name() function in path
461 if (root_name() != base.root_name()) in lexically_relative()
H A Dops.cc77 abs = abs.root_name() / p; in absolute()
79 abs = p.root_name() / abs.root_directory() / abs.relative_path() in absolute()
1284 || p.root_name() == base.root_name()) in system_complete()
H A Dpath.cc147 path::root_name() const in root_name() function in path
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp141 } while (RealPath != sys::path::root_name(RealPath)); in SetFromPath()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc481 || (__p.has_root_name() && __p.root_name() != root_name())) in operator /=()
674 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append()
1494 path::root_name() const in root_name() function in path
1794 if (root_name() != base.root_name()) in lexically_relative()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_path.cc482 || (__p.has_root_name() && __p.root_name() != root_name())) in operator /=()
675 if (is_absolute || (has_root_name && root_path.first.str != root_name())) in _M_append()
1495 path::root_name() const in root_name() function in path
1795 if (root_name() != base.root_name()) in lexically_relative()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp371 StringRef root_name(StringRef path, Style style) { in root_name() function
617 return !root_name(p, style).empty(); in has_root_name()
927 StringRef cdrn = path::root_name(current_dir); in make_absolute()
936 StringRef pRootName = path::root_name(p); in make_absolute()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc83 abs = abs.root_name() / p; in absolute()
85 abs = p.root_name() / abs.root_directory() / abs.relative_path() in absolute()
1317 || p.root_name() == base.root_name()) in system_complete()
H A Dpath.cc147 path::root_name() const in root_name() function in path
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPath.h251 StringRef root_name(StringRef path, Style style = Style::native);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp551 if (sys::path::root_name(PathTo) != sys::path::root_name(DirFrom)) in computeArchiveRelativePath()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp87 StringRef Root = sys::path::root_name(Filename); in fileNameToURI()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DFileManager.cpp131 DirName.equals_lower(llvm::sys::path::root_name(DirName))) { in getDirectoryRef()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem1023 (!__p_root_name.empty() && __p_root_name != root_name())) {
1028 path __root_name_str = root_name();
1346 _LIBCPP_INLINE_VISIBILITY path root_name() const {
1356 return root_name().append(string_type(__root_directory()));
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h395 path root_name() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_path.h401 path root_name() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_path.h502 path root_name() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_path.h391 path root_name() const; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc106 const StringRef RootName = llvm::sys::path::root_name(Path8Str);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20171004 * testsuite/27_io/filesystem/path/decompose/root_name.cc: New test.
H A DChangeLog-20153766 * testsuite/experimental/filesystem/path/decompose/root_name.cc:
H A DChangeLog-20185592 * testsuite/experimental/filesystem/path/decompose/root_name.cc:

12