Searched refs:ExpectPath (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/Analysis/ |
| H A D | CFGTest.cpp | 146 ExpectPath(false); in TEST_F() 159 ExpectPath(true); in TEST_F() 176 ExpectPath(false); in TEST_F() 189 ExpectPath(false); in TEST_F() 202 ExpectPath(true); in TEST_F() 232 ExpectPath(true); in TEST_F() 250 ExpectPath(true); in TEST_F() 310 ExpectPath(true); in TEST_F() 362 ExpectPath(true); in TEST_F() 389 ExpectPath(true); in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 2912 auto ExpectPath = [&](vfs::FileSystem &FS, StringRef Expected, in TEST_F() local 2937 ExpectPath(*Fallthrough, "//root/b/f", "fallthrough, both exist"); in TEST_F() 2943 ExpectPath(*Fallback, "//root/a/f", "fallback, both exist"); in TEST_F() 2950 ExpectPath(*Redirect, "//root/b/f", "redirect-only, both exist"); in TEST_F() 2960 ExpectPath(*Fallthrough, "//root/a/f", "fallthrough, a only"); in TEST_F() 2966 ExpectPath(*Fallback, "//root/a/f", "fallback, a only"); in TEST_F() 2982 ExpectPath(*Fallthrough, "//root/b/f", "fallthrough, b only"); in TEST_F() 2988 ExpectPath(*Fallback, "//root/b/f", "fallback, b only"); in TEST_F() 2994 ExpectPath(*Redirect, "//root/b/f", "redirect-only, b only"); in TEST_F()
|