Home
last modified time | relevance | path

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

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DPath.h451 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false);
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/include/llvm/Support/
H A DPath.h431 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false);
/dports/devel/py-keystone-engine/keystone-engine-0.9.1-3/src/llvm/lib/Support/
H A DPath.cpp674 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() argument
682 if (remove_dot_dot) { in remove_dots()
698 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() argument
701 SmallString<256> result = remove_dots(p, remove_dot_dot); in remove_dots()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp702 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot) { in remove_dots() argument
711 if (remove_dot_dot && C == "..") { in remove_dots()
728 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot) { in remove_dots() argument
731 SmallString<256> result = remove_dots(p, remove_dot_dot); in remove_dots()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Support/
H A DPath.h476 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Support/
H A DPath.h468 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Support/
H A DPath.h476 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DPath.h468 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Support/
H A DPath.h468 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DPath.h514 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Support/
H A DPath.h451 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DPath.h452 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DPath.h468 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/include/llvm/Support/
H A DPath.h453 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot = false,
/dports/devel/binaryen/binaryen-version_98/third_party/llvm-project/
H A DPath.cpp646 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument
657 if (remove_dot_dot && C == "..") { in remove_dots()
674 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() argument
678 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DPath.cpp711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument
722 if (remove_dot_dot && C == "..") { in remove_dots()
739 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() argument
743 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp711 static SmallString<256> remove_dots(StringRef path, bool remove_dot_dot, in remove_dots() argument
722 if (remove_dot_dot && C == "..") { in remove_dots()
739 bool remove_dots(SmallVectorImpl<char> &path, bool remove_dot_dot, in remove_dots() argument
743 SmallString<256> result = remove_dots(p, remove_dot_dot, style); in remove_dots()

123