Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DPath.cpp713 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument
724 if (remove_dot_dot && C == "..") { in remove_dots()
741 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() argument
745 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DPath.h452 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,