/external/llvm/unittests/Support/ |
D | Path.cpp | 904 SmallString<64> Path2("a/b"); in TEST() local 913 path::native(Path2); in TEST() 914 EXPECT_PATH_IS(Path2, "a\\b", "a/b"); in TEST() 933 StringRef Path2("./////"); in TEST() local 937 Path2 = path::remove_leading_dotslash(Path2); in TEST() 938 EXPECT_EQ(Path2, ""); in TEST() 976 SmallString<64> Path2("/old/foo"); in TEST() local 985 Path = Path2; in TEST() 988 Path = Path2; in TEST() 994 Path = Path2; in TEST()
|
/external/clang/test/CodeGenCXX/ |
D | mangle.cpp | 402 struct Path2 : AmbiguousBase { double p; }; argument 403 struct Derived : Path1, Path2 { }; 409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; } in get_ab_2() 415 template <class T> decltype(((T*) 0)->Path2::p) get_p_2(T &ref) { return ref.Path2::p; } in get_p_2()
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mangle.cpp | 402 struct Path2 : AmbiguousBase { double p; }; struct 403 struct Derived : Path1, Path2 { }; 409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; } in get_ab_2() 415 template <class T> decltype(((T*) 0)->Path2::p) get_p_2(T &ref) { return ref.Path2::p; } in get_p_2()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | RefactoringTest.cpp | 1041 StringRef Path2 = "a/c.h"; in TEST() local 1044 StringRef Path2 = "a\\c.h"; in TEST() local 1047 EXPECT_TRUE(VFS->addFile(Path2, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST() 1049 FileToReplaces[std::string(Path2)] = Replacements(); in TEST() 1062 StringRef Path2 = "a/b/c.h"; in TEST() local 1065 StringRef Path2 = "a\\b\\c.h"; in TEST() local 1068 EXPECT_TRUE(VFS->addFile(Path2, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST() 1070 FileToReplaces[std::string(Path2)] = Replacements(); in TEST() 1083 StringRef Path2 = "a/b/c.h"; in TEST() local 1086 StringRef Path2 = "a\\b\\c.h"; in TEST() local [all …]
|
/external/llvm-project/llvm/unittests/XRay/ |
D | ProfileTest.cpp | 32 auto Path2 = P.internPath({2, 1}); in TEST() local 34 EXPECT_THAT(Path0, Not(Eq(Path2))); in TEST()
|
/external/llvm-project/llvm/unittests/Support/ |
D | Path.cpp | 1396 StringRef Path2("./////"); in TEST() local 1400 Path2 = path::remove_leading_dotslash(Path2); in TEST() 1401 EXPECT_EQ(Path2, ""); in TEST() 1472 SmallString<64> Path2("././c"); in TEST() local 1473 EXPECT_TRUE(path::remove_dots(Path2, true, path::Style::posix)); in TEST() 1474 EXPECT_EQ("c", Path2); in TEST() 1479 SmallString<64> Path2("/old/foo"); in TEST() local 1494 Path = Path2; in TEST() 1498 Path = Path2; in TEST() 1506 Path = Path2; in TEST() [all …]
|
/external/llvm/include/llvm/Support/ |
D | Path.h | 361 const Twine &Path2 = "", const Twine &Path3 = "");
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Path.h | 361 const Twine &Path2 = "", const Twine &Path3 = "");
|
/external/llvm-project/llvm/tools/llvm-ar/ |
D | llvm-ar.cpp | 521 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths() argument 529 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path2), WPath2)); in comparePaths() 534 return normalizePath(Path1) == normalizePath(Path2); in comparePaths()
|
/external/llvm/lib/Support/ |
D | Path.cpp | 1178 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument 1180 append(Result, Path1, Path2, Path3); in user_cache_directory()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 1175 const Twine &Path2, const Twine &Path3) { in user_cache_directory() argument 1177 append(Result, Path1, Path2, Path3); in user_cache_directory()
|