Searched defs:remove_dots (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Support/ |
D | Path.cpp | 702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function 726 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 703 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function 729 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 712 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() function 740 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() function
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 941 static std::string remove_dots(StringRef path, in remove_dots() function
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | Path.cpp | 715 bool remove_dots(SmallVectorImpl<char> &the_path, bool remove_dot_dot, in remove_dots() function
|