Home
last modified time | relevance | path

Searched refs:has_root_name (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp373 bool is_root_name = has_root_name(*i); in append()
523 bool has_root_name(const Twine &path) { in has_root_name() function
585 rootName = has_root_name(p); in is_absolute()
604 bool rootName = path::has_root_name(p), in make_absolute()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h284 bool has_root_name(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h369 bool has_root_name(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h369 bool has_root_name(const Twine &path);
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp134 ASSERT_NEQ(p.has_root_name(), TC.root_name.empty()); in decompPathTest()
/external/llvm/lib/Support/
DPath.cpp466 bool is_root_name = has_root_name(component); in append()
620 bool has_root_name(const Twine &path) { in has_root_name() function
682 rootName = has_root_name(p); in is_absolute()
811 rootName = path::has_root_name(p); in make_absolute()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp466 bool is_root_name = has_root_name(component); in append()
620 bool has_root_name(const Twine &path) { in has_root_name() function
682 rootName = has_root_name(p); in is_absolute()
813 rootName = path::has_root_name(p); in make_absolute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp462 !(path.empty() || has_root_name(component, style))) { in append()
623 bool has_root_name(const Twine &path, Style style) { in has_root_name() function
685 (real_style(style) != Style::windows) || has_root_name(p, style); in is_absolute()
850 (real_style(Style::native) != Style::windows) || path::has_root_name(p); in make_absolute()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h386 bool has_root_name(const Twine &path, Style style = Style::native);
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp112 path::has_root_name(*i); in TEST()
/external/llvm/unittests/Support/
DPath.cpp125 path::has_root_name(*i); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp158 (void)path::has_root_name(*i); in TEST()
/external/libcxx/include/
Dfilesystem1079 _LIBCPP_INLINE_VISIBILITY bool has_root_name() const {