Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp716 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() argument
719 StringRef remaining(the_path.data(), the_path.size()); in remove_dots()
780 the_path.swap(buffer); in remove_dots()