Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DPath.h210 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/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() argument
749 } else if (remove_dot_dot && component == "..") { 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() argument
1527 path::remove_dots(buffer, remove_dot_dot, style); in remove_dots()