Home
last modified time | relevance | path

Searched defs:remove_dot_dot (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots()
728 bool remove_dots(SmallVectorImpl<char> &path, bool 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()
726 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DPath.cpp704 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots()
732 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots()
/external/llvm/unittests/Support/
DPath.cpp942 bool remove_dot_dot) { in remove_dots()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DPath.cpp1160 static std::string remove_dots(StringRef path, bool remove_dot_dot, in remove_dots()