Searched refs:Path2 (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A 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()
|
| /llvm-project-15.0.7/llvm/unittests/XRay/ |
| H A D | ProfileTest.cpp | 32 auto Path2 = P.internPath({2, 1}); in TEST() local 34 EXPECT_THAT(Path0, Not(Eq(Path2))); in TEST()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | RefactoringTest.cpp | 1044 StringRef Path2 = usesWindowsPaths() ? "a\\c.h" : "a/c.h"; in TEST() local 1046 EXPECT_TRUE(VFS->addFile(Path2, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST() 1048 FileToReplaces[std::string(Path2)] = Replacements(); in TEST() 1060 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; in TEST() local 1062 EXPECT_TRUE(VFS->addFile(Path2, 0, llvm::MemoryBuffer::getMemBuffer(""))); in TEST() 1064 FileToReplaces[std::string(Path2)] = Replacements(); in TEST() 1076 StringRef Path2 = usesWindowsPaths() ? "a\\b\\c.h" : "a/b/c.h"; in TEST() local 1078 FileToReplaces[std::string(Path2)] = Replacements(); in TEST()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | Path.cpp | 1516 StringRef Path2("./////"); in TEST() local 1520 Path2 = path::remove_leading_dotslash(Path2); in TEST() 1521 EXPECT_EQ(Path2, ""); in TEST() 1591 SmallString<64> Path2("././c"); in TEST() local 1592 EXPECT_TRUE(path::remove_dots(Path2, true, path::Style::posix)); in TEST() 1593 EXPECT_EQ("c", Path2); in TEST() 1598 SmallString<64> Path2("/old/foo"); in TEST() local 1613 Path = Path2; in TEST() 1617 Path = Path2; in TEST() 1625 Path = Path2; in TEST() [all …]
|
| /llvm-project-15.0.7/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 563 static bool comparePaths(StringRef Path1, StringRef Path2) { in comparePaths() argument 571 failIfError(sys::windows::UTF8ToUTF16(normalizePath(Path2), WPath2)); in comparePaths() 576 return normalizePath(Path1) == normalizePath(Path2); in comparePaths()
|