Home
last modified time | relevance | path

Searched refs:remove_dot_dot (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/Support/
DPath.h450 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DPath.h451 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false);
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() argument
711 if (remove_dot_dot && C == "..") { in remove_dots()
728 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() argument
731 SmallString<256> result = remove_dots(p, remove_dot_dot); in remove_dots()
/external/llvm/lib/Support/
DPath.cpp702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() argument
710 if (remove_dot_dot) { in remove_dots()
726 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() argument
729 SmallString<256> result = remove_dots(p, remove_dot_dot); in remove_dots()
/external/llvm-project/llvm/include/llvm/Support/
DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DPath.h468 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPath.cpp711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument
722 if (remove_dot_dot && C == "..") { in remove_dots()
739 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() argument
743 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
/external/llvm-project/llvm/lib/Support/
DPath.cpp714 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() argument
748 } else if (remove_dot_dot && component == "..") { in remove_dots()
/external/llvm/unittests/Support/
DPath.cpp942 bool remove_dot_dot) { in remove_dots() argument
944 path::remove_dots(buffer, remove_dot_dot); in remove_dots()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp1404 static std::string remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument
1407 path::remove_dots(buffer, remove_dot_dot, style); in remove_dots()