Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DPath.cpp715 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DPath.cpp1524 static std::string remove_dots(StringRef path, bool remove_dot_dot, in remove_dots()