Home
last modified time | relevance | path

Searched defs:remove_dots (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() function
728 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() function
/external/llvm/lib/Support/
DPath.cpp702 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/llvm/unittests/Support/
DPath.cpp941 static std::string remove_dots(StringRef path, in remove_dots() function