Searched refs:TempLink (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/llvm/include/llvm/Testing/Support/ |
D | SupportHelpers.h | 173 class TempLink { 178 TempLink(StringRef Target, StringRef Link) { in TempLink() function 185 ~TempLink() { in ~TempLink() 191 TempLink(const TempLink &) = delete; 192 TempLink &operator=(const TempLink &) = delete; 194 TempLink(TempLink &&) = default; 195 TempLink &operator=(TempLink &&) = default;
|
/external/llvm-project/llvm/unittests/Support/ |
D | FileCollectorTest.cpp | 19 using llvm::unittest::TempLink; 217 TempLink symlink(file_root.path("foo"), file_root.path("bar")); in TEST() 265 TempLink symlink(file_root.path("a"), file_root.path("b")); in TEST()
|
D | VirtualFileSystemTest.cpp | 27 using llvm::unittest::TempLink; 452 TempLink C(ADir.path(), Root.path("c")); in TEST() 514 TempLink _a("no_such_file", TestDirectory.path("a")); in TEST() 516 TempLink _c("no_such_file", TestDirectory.path("c")); in TEST() 665 TempLink _a("no_such_file", TestDirectory.path("a")); in TEST() 667 TempLink _ba("no_such_file", TestDirectory.path("b/a")); in TEST() 669 TempLink _bc("no_such_file", TestDirectory.path("b/c")); in TEST() 670 TempLink _c("no_such_file", TestDirectory.path("c")); in TEST() 674 TempLink _e("no_such_file", TestDirectory.path("e")); in TEST()
|