Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A 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()
/aosp_15_r20/external/llvm/lib/Support/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots()
739 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots()
/aosp_15_r20/external/llvm/unittests/Support/
H A DPath.cpp942 bool remove_dot_dot) { in remove_dots()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DPath.cpp715 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots()