Home
last modified time | relevance | path

Searched refs:has_parent_path (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPathV2.h316 bool has_parent_path(const Twine &path);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h401 bool has_parent_path(const Twine &path);
/external/llvm/include/llvm/Support/
DPath.h401 bool has_parent_path(const Twine &path);
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/path.decompose/
Dpath.decompose.pass.cpp143 ASSERT_NEQ(p.has_parent_path(), TC.parent_path.empty()); in decompPathTest()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DPath.h418 bool has_parent_path(const Twine &path, Style style = Style::native);
/external/swiftshader/third_party/LLVM/unittests/Support/
DPath.cpp116 path::has_parent_path(*i); in TEST()
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp558 bool has_parent_path(const Twine &path) { in has_parent_path() function
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp655 bool has_parent_path(const Twine &path) { in has_parent_path() function
/external/llvm/lib/Support/
DPath.cpp655 bool has_parent_path(const Twine &path) { in has_parent_path() function
/external/llvm/unittests/Support/
DPath.cpp129 path::has_parent_path(*i); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp658 bool has_parent_path(const Twine &path, Style style) { in has_parent_path() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp162 (void)path::has_parent_path(*i); in TEST()
/external/clang/lib/Lex/
DModuleMap.cpp622 if (llvm::sys::path::has_parent_path(FrameworkDirName)) { in inferFrameworkModule()
/external/libcxx/include/
Dfilesystem1091 _LIBCPP_INLINE_VISIBILITY bool has_parent_path() const {